fix mistake

This commit is contained in:
rubenwardy 2015-02-24 20:10:50 +00:00
parent 4c3e623e93
commit 85437da5e9

View File

@ -143,7 +143,7 @@ end
function ctf.team(name) -- get or add a team function ctf.team(name) -- get or add a team
if type(name) == "table" then if type(name) == "table" then
if not name.add_team 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 return
end end