diff --git a/mods/capturetheflag/ctf/teams.lua b/mods/capturetheflag/ctf/teams.lua index d787596..65e240e 100644 --- a/mods/capturetheflag/ctf/teams.lua +++ b/mods/capturetheflag/ctf/teams.lua @@ -23,7 +23,7 @@ function ctf.team(name) return ctf.teams[name.name] else if not ctf.teams[name] then - ctf.warning("team", "'" .. name.."' does not exist!") + ctf.warning("team", dump(name) .. " does not exist!") end return ctf.teams[name] end