diff --git a/mods/capturetheflag/ctf/core.lua b/mods/capturetheflag/ctf/core.lua index f98837b..322cdfc 100644 --- a/mods/capturetheflag/ctf/core.lua +++ b/mods/capturetheflag/ctf/core.lua @@ -143,7 +143,7 @@ end function ctf.team(name) -- get or add a team if type(name) == "table" then if not name.add_team then - ctf.error("Invalid table given to ctf.team") + ctf.error("team", "Invalid table given to ctf.team") return end