1
0
Fork 0
forked from Simnation/Main
Main/resources/[Developer]/[Mark]/av_weather/server/editable/command.lua
2025-06-07 08:51:21 +02:00

9 lines
No EOL
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