mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 15:17:57 -05:00
Encounter: fix death status icon showing when joining mid game
This commit is contained in:
@ -194,6 +194,8 @@ hide_gump_loading_for_hotjoiners()
|
||||
|
||||
if(isDefined(level.should_respawn_func) && [[level.should_respawn_func]]())
|
||||
{
|
||||
wait 0.05;
|
||||
|
||||
if (!flag("initial_blackscreen_passed"))
|
||||
{
|
||||
self [[ level.spawnplayer ]]();
|
||||
|
Reference in New Issue
Block a user