mirror of
https://github.com/nothke/quality-control.git
synced 2025-08-15 01:33:42 +00:00
tweaks
This commit is contained in:
@@ -270,7 +270,7 @@ public class UIManager: MonoBehaviour
|
||||
|
||||
public void PushStageComplete(bool success, string message)
|
||||
{
|
||||
if (Scoreboard.Instance.CurrentStage == StagingManager.StageEnum.Level3)
|
||||
if (success && Scoreboard.Instance.CurrentStage == StagingManager.StageEnum.Level3)
|
||||
{
|
||||
NextStageButton.SetActive(false);
|
||||
RetryButton.SetActive(false);
|
||||
|
Reference in New Issue
Block a user