Fix mistake on new_game to newgame
This commit is contained in:
parent
f961d96d68
commit
9d15991768
@ -58,7 +58,7 @@ for i, flag in pairs(claimed) do
|
|||||||
flag.claimed = nil
|
flag.claimed = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
ctf.register_on_newgame(function()
|
ctf.register_on_new_game(function()
|
||||||
local teams = ctf.setting("newgame.teams")
|
local teams = ctf.setting("newgame.teams")
|
||||||
if teams:trim() == "" then
|
if teams:trim() == "" then
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user