diff --git a/scripts/zm/replaced/_zm_game_module.gsc b/scripts/zm/replaced/_zm_game_module.gsc index 6cc2bb98..9b26c476 100644 --- a/scripts/zm/replaced/_zm_game_module.gsc +++ b/scripts/zm/replaced/_zm_game_module.gsc @@ -189,6 +189,7 @@ round_end(winner) foreach (player in players) { player thread [[level.show_grief_hud_msg_func]]( &"ZOMBIE_GRIEF_RESET" ); + player thread [[level.show_grief_hud_msg_func]]( "", undefined, 30 ); } } }