Revamp stuff (no one else is reading this it's fine)
This commit is contained in:
@@ -17,7 +17,7 @@ public class PlayerSpawnController : MonoBehaviour
|
||||
if (otherSpawnControllers.Any())
|
||||
Destroy(this);
|
||||
else
|
||||
DontDestroyOnLoad(this);
|
||||
DontDestroyOnLoad(this.gameObject);
|
||||
}
|
||||
|
||||
private void Start()
|
||||
|
||||
Reference in New Issue
Block a user