diff --git a/ultimateteknotool.v2/debug_console/debugconsole.h b/ultimateteknotool.v2/debug_console/debugconsole.h index 1693a20..1a524f6 100644 --- a/ultimateteknotool.v2/debug_console/debugconsole.h +++ b/ultimateteknotool.v2/debug_console/debugconsole.h @@ -4,7 +4,7 @@ #include #include #include -#define UTT2_DEBUG +#define NOUTT2_DEBUG #ifdef UTT2_DEBUG class WinConsoleW @@ -39,4 +39,4 @@ public: #define WCWOUT WinConsoleW::Console().print #else #define WCWOUT //WinConsoleW::Console().print -#endif \ No newline at end of file +#endif