From 0ac9fea3bb13ec5cffe5147dcd38269bc1e2ecd1 Mon Sep 17 00:00:00 2001 From: Tim Young Date: Wed, 9 May 2018 16:15:37 -0500 Subject: [PATCH] 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. --- EduNetworkBuilder/NBSettings.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EduNetworkBuilder/NBSettings.cs b/EduNetworkBuilder/NBSettings.cs index 520bc17..56397b7 100644 --- a/EduNetworkBuilder/NBSettings.cs +++ b/EduNetworkBuilder/NBSettings.cs @@ -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() {