From ed3c6c6c6697bf8100ef2b57c5c028f121ecbc21 Mon Sep 17 00:00:00 2001 From: Farooq Karimi Zadeh Date: Wed, 12 Oct 2022 21:00:20 +0330 Subject: [PATCH] correct param hint for /ctf_next (#1055) * correct param hint for /ctf_next * Update match.lua Co-authored-by: LoneWolfHT --- mods/ctf/ctf_modebase/match.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ctf/ctf_modebase/match.lua b/mods/ctf/ctf_modebase/match.lua index 8dcff276e..8cf0b90d9 100644 --- a/mods/ctf/ctf_modebase/match.lua +++ b/mods/ctf/ctf_modebase/match.lua @@ -81,7 +81,7 @@ end minetest.register_chatcommand("ctf_next", { description = "Set a new map and mode", privs = {ctf_admin = true}, - params = "[-f] ", + params = "[-f] [mode:technical modename] [technical mapname]", func = function(name, param) minetest.log("action", string.format("[ctf_admin] %s ran /ctf_next %s", name, param))