fix mistake
This commit is contained in:
parent
4c3e623e93
commit
85437da5e9
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user