diff --git a/mods/ctf_match/init.lua b/mods/ctf_match/init.lua index 8013e45..4ac8c2f 100644 --- a/mods/ctf_match/init.lua +++ b/mods/ctf_match/init.lua @@ -32,3 +32,7 @@ if minetest.global_exists("irc") then irc:say("Next round!") end) end + +minetest.after(5, function() + ctf_match.next() +end)