Mark freshly-loaded ReplayActions as not being dirty
This commit is contained in:
parent
c199065efd
commit
408022714d
@ -166,6 +166,7 @@ namespace EduNetworkBuilder
|
||||
{
|
||||
NetAction.HasBeenStored = true; //All of them start out stored
|
||||
}
|
||||
UserActions.HasUnsavedChanges = false; //we have just loaded a clean thing. Nothing to save
|
||||
}
|
||||
|
||||
public bool CheckIfDone(string PuzzleName)
|
||||
|
Loading…
Reference in New Issue
Block a user