From 1a24be1d414d20e96e79854105ba13a02a85f328 Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Thu, 25 Dec 2025 18:54:53 -0400 Subject: [PATCH] Rename `reset` to `stop` --- mods/game/chatcommands/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",