Skip to content

Commit

Permalink
avoid black screen on waiting for players stage
Browse files Browse the repository at this point in the history
  • Loading branch information
CafeFPS committed May 8, 2023
1 parent 4f43e17 commit eb5b7fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vscripts/gamemodes/survival/cl_gamemode_survival.nut
Original file line number Diff line number Diff line change
Expand Up @@ -2961,7 +2961,9 @@ bool function GetWaitingForPlayersOverlayEnabled( entity player )
return false
if ( GetCurrentPlaylistVarBool( "survival_staging_area_enabled", false ) )
return false

if(GameRules_GetGameMode() != SURVIVAL)
return false

return true
}

Expand Down

0 comments on commit eb5b7fe

Please sign in to comment.