diff --git a/OpenRA.Game/GameRules/UserSettings.cs b/OpenRA.Game/GameRules/UserSettings.cs index 386ac6478c..43dc65893b 100644 --- a/OpenRA.Game/GameRules/UserSettings.cs +++ b/OpenRA.Game/GameRules/UserSettings.cs @@ -23,7 +23,7 @@ namespace OpenRA.GameRules public class UserSettings { // Debug settings - public bool UnitDebug = true; + public bool UnitDebug = false; public bool PathDebug = true; public bool PerfDebug = true; public bool IndexDebug = false;