1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-11 15:48:05 -05:00

Fix pregame for Classic and Survival

This commit is contained in:
Jbleezy
2023-04-24 20:59:16 -07:00
parent d43a3bb9a8
commit d5a1af4d58

View File

@ -594,7 +594,7 @@ fade_out_intro_screen_zm( hold_black_time, fade_out_time, destroyed_afterwards )
num_players = get_number_of_valid_players();
}
if ( level.allow_teamchange )
if ( is_gametype_active( "zgrief" ) && is_true( level.allow_teamchange ) )
{
ready_up_hud = createServerFontString( "objective", 1.5 );
ready_up_hud setPoint( "CENTER", "CENTER", 0, -120 );