From 4a8be117f8d02369b0b017025c8ff651eb9e5144 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 8 Dec 2015 19:25:07 +0000 Subject: [PATCH] Set time of day to just before midday on new match --- mods/ctf_match/matches.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/ctf_match/matches.lua b/mods/ctf_match/matches.lua index 74d9d60..64c98d1 100644 --- a/mods/ctf_match/matches.lua +++ b/mods/ctf_match/matches.lua @@ -121,6 +121,8 @@ ctf.register_on_new_game(function() player:set_hp(20) end + minetest.set_timeofday(0.4) + minetest.chat_send_all("Next round!") if minetest.global_exists("chatplus") then chatplus.log("Next round!")