mark as passed / failed
This commit is contained in:
@ -1688,7 +1688,9 @@ namespace EduNetworkBuilder
|
||||
//replay finished
|
||||
ReplayInProgress = false;
|
||||
//If we have succeeded, we need to mark it as passed
|
||||
if (PuzzleIsSolved) Settings.RegisterReplayPassed();
|
||||
//If we have failed to complete, we need to mark it as failed
|
||||
else Settings.RegisterReplayFailed();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user