mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-13 16:48:07 -05:00
Fix pregame ready up HUD
This commit is contained in:
@ -639,7 +639,7 @@ fade_out_intro_screen_zm( hold_black_time, fade_out_time, destroyed_afterwards )
|
|||||||
players_str = "PLAYER";
|
players_str = "PLAYER";
|
||||||
}
|
}
|
||||||
|
|
||||||
pregame_hud setText( "WAITING FOR " + num_waiting_for + " " + players_str + " TO BE READY [" + num_ready + "/" + level.pregame_minplayers + "]" );
|
pregame_hud setText( "WAITING FOR " + num_waiting_for + " " + players_str + " TO BE READY [" + num_ready + "/" + players.size + "]" );
|
||||||
|
|
||||||
wait 0.05;
|
wait 0.05;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user