mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -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]]())
|
if(isDefined(level.should_respawn_func) && [[level.should_respawn_func]]())
|
||||||
{
|
{
|
||||||
|
wait 0.05;
|
||||||
|
|
||||||
if (!flag("initial_blackscreen_passed"))
|
if (!flag("initial_blackscreen_passed"))
|
||||||
{
|
{
|
||||||
self [[ level.spawnplayer ]]();
|
self [[ level.spawnplayer ]]();
|
||||||
|
Reference in New Issue
Block a user