This commit is contained in:
djkellerman
2025-03-28 23:15:28 -04:00
parent af8ea44fe1
commit 9cbb29b99f
2 changed files with 0 additions and 6 deletions

View File

@@ -138,7 +138,6 @@ public class GameManager : MonoBehaviour
}
}
private void RespawnPlayer(GameObject player) // Respawns player at the spawn point and resets health
{
RespawnOnTriggerEnter respawnScript = player.GetComponent<RespawnOnTriggerEnter>();