diff --git a/source/funkin/InitState.hx b/source/funkin/InitState.hx index 0a59fb70b..33674439d 100644 --- a/source/funkin/InitState.hx +++ b/source/funkin/InitState.hx @@ -146,12 +146,11 @@ class InitState extends FlxState #end // Make errors and warnings less annoying. - #if FORCE_DEBUG_VERSION + // Forcing this always since I have never been happy to have the debugger to pop up LogStyle.ERROR.openConsole = false; LogStyle.ERROR.errorSound = null; LogStyle.WARNING.openConsole = false; LogStyle.WARNING.errorSound = null; - #end // // FLIXEL TRANSITIONS