Skip to content

Commit

Permalink
correct param hint for /ctf_next (#1055)
Browse files Browse the repository at this point in the history
* correct param hint for /ctf_next

* Update match.lua

Co-authored-by: LoneWolfHT <[email protected]>
  • Loading branch information
farooqkz and LoneWolfHT authored Oct 12, 2022
1 parent 954e983 commit ed3c6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ctf/ctf_modebase/match.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ end
minetest.register_chatcommand("ctf_next", {
description = "Set a new map and mode",
privs = {ctf_admin = true},
params = "[-f] <mode:technical modename> <technical mapname>",
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))

Expand Down

0 comments on commit ed3c6c6

Please sign in to comment.