Make it so you can't respawn if you don't have one score
This commit is contained in:
@@ -277,7 +277,7 @@ public class GamePlayer : MonoBehaviour
|
|||||||
}
|
}
|
||||||
if (doRestart)
|
if (doRestart)
|
||||||
{
|
{
|
||||||
Respawn();
|
if (score != 0) Respawn();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user