bugfix full party wipes

This commit is contained in:
Pedro Gomes 2024-12-05 17:46:10 +00:00
parent 6ba55cb483
commit 210d4049dd

View File

@ -128,7 +128,10 @@ public class PlayerDeathManager : MonoBehaviour, IPunObservable
if(AreAllPlayersFaintedOrDead())
{
networkManager.Send_All_OnLoadLevelStarting();
if (PhotonNetwork.IsMasterClient)
{
StartCoroutine(Return());
}
}
reviveProgressGO.SetActive(true);