1
0
Fork 0
forked from Simnation/Main
Main/resources/[Developer]/[Mark]/av_weather/server/editable/command.lua

9 lines
232 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
if Config.Command then
lib.addCommand(Config.Command, {
help = 'Open Weather Menu',
params = {},
restricted = 'group.admin'
}, function(source, args, raw)
openMenu(source)
end)
end