Set time of day to just before midday on new match

This commit is contained in:
rubenwardy 2015-12-08 19:25:07 +00:00
parent 1c28177fb9
commit 4a8be117f8

View file

@ -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!")