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
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user