Fix stuck at 0,0,0 by starting new match on server start

This commit is contained in:
rubenwardy 2017-10-12 19:28:36 +01:00
parent 03ea18339e
commit ef1d484372

View file

@ -32,3 +32,7 @@ if minetest.global_exists("irc") then
irc:say("Next round!")
end)
end
minetest.after(5, function()
ctf_match.next()
end)