forked from Simnation/Main
9 lines
232 B
Lua
9 lines
232 B
Lua
![]() |
if Config.Command then
|
||
|
lib.addCommand(Config.Command, {
|
||
|
help = 'Open Weather Menu',
|
||
|
params = {},
|
||
|
restricted = 'group.admin'
|
||
|
}, function(source, args, raw)
|
||
|
openMenu(source)
|
||
|
end)
|
||
|
end
|