Add a ReplayMode bool on our settings. It is set to true for now, but when we are closer to deployment, we will set it to false unless specific things are met.

This commit is contained in:
Tim Young 2018-05-09 16:15:37 -05:00
parent e7856a9d3e
commit 0ac9fea3bb
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ namespace EduNetworkBuilder
public string LastTrans2Lang = "";
public string FormLastTransDir = "";
protected ActionCollection UserActions = new ActionCollection();
[XmlIgnore]
public bool ReplayMode = true; //Whether or not we are able to do replays
public NBSettings()
{