From 85437da5e9be35ae70d7cbbdf4fbdb109e8c8a73 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 24 Feb 2015 20:10:50 +0000 Subject: [PATCH] fix mistake --- mods/capturetheflag/ctf/core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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