From 8a85ba8223eb549da33c5a3784f74a42a272a1ba Mon Sep 17 00:00:00 2001 From: IonicCheese Date: Thu, 19 Feb 2026 19:28:57 -0800 Subject: [PATCH] Rename /list_maps to /maps --- 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 7c2b126..cc4dcf4 100644 --- a/mods/game/chatcommands/init.lua +++ b/mods/game/chatcommands/init.lua @@ -39,7 +39,7 @@ core.register_chatcommand("stop", { end }) -core.register_chatcommand("list_maps", { +core.register_chatcommand("maps", { params = "", privs = {match_manager = true}, description = "List all maps",