Set time of day to just before midday on new match
This commit is contained in:
parent
1c28177fb9
commit
4a8be117f8
1 changed files with 2 additions and 0 deletions
|
@ -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!")
|
||||
|
|
Loading…
Reference in a new issue