mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-30 19:57:46 +00:00
7 lines
141 B
Lua
7 lines
141 B
Lua
|
required_rank = GM_RANK_DEBUG
|
||
|
|
||
|
function onCommand(args, player)
|
||
|
player:reload_scripts()
|
||
|
player:send_message("Scripts reloaded!")
|
||
|
end
|