Fix stuck at 0,0,0 by starting new match on server start
This commit is contained in:
parent
03ea18339e
commit
ef1d484372
1 changed files with 4 additions and 0 deletions
|
@ -32,3 +32,7 @@ if minetest.global_exists("irc") then
|
||||||
irc:say("Next round!")
|
irc:say("Next round!")
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
minetest.after(5, function()
|
||||||
|
ctf_match.next()
|
||||||
|
end)
|
||||||
|
|
Loading…
Reference in a new issue