Skip to content

Commit be140dd

Browse files
committed
Update ClientPrefs.hx
1 parent 803c96f commit be140dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/backend/ClientPrefs.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ import states.TitleState;
207207

208208
// Debug Settings
209209
public var debugTypeAnalysis:Bool = true;
210-
public var showProgressInCMD:Bool = true;
210+
public var showProgressInCMD:Bool = false;
211211
public var modchartDebugInfo:Bool = false;
212212
public var disableDebugTraces:Bool = false;
213213
public var disableHaxeTraces:Bool = false;

0 commit comments

Comments
 (0)