diff --git a/mods/game/chatcommands/init.lua b/mods/game/chatcommands/init.lua index b14226b..52d8afb 100644 --- a/mods/game/chatcommands/init.lua +++ b/mods/game/chatcommands/init.lua @@ -18,7 +18,7 @@ core.register_chatcommand("start", { end }) -core.register_chatcommand("reset", { +core.register_chatcommand("stop", { params = "", privs = {match_manager = true}, description = "Terminate the match",