fix not showing word at end of round

master
MisterE123 2021-02-16 18:21:25 -05:00
parent dec7ff5d47
commit c323658a77
1 changed files with 2 additions and 2 deletions

View File

@ -296,7 +296,7 @@ arena_lib.on_time_tick('quikbild', function(arena)
--change game state
arena_lib.HUD_send_msg_all("Title", arena, "TIME's UP! The word was: "..arena.word, 3 ,'sumo_lose',0xFFFFFF)
arena_lib.HUD_send_msg_all("title", arena, "TIME's UP! The word was: "..arena.word, 3 ,'sumo_lose',0xFFFFFF)
arena.stall = true --stop gameplay for 3 sec
minetest.after(3,function(arena)
if arena.in_game then
@ -416,7 +416,7 @@ end)
-- arena_lib.HUD_hide('all', p_name)
-- end)
--remove stick if in inv when joinplayer
minetest.register_on_joinplayer(function(player)
local name = player:get_player_name()
clearinv(name)