This commit is contained in:
FutureRave 2022-01-27 13:53:46 +00:00
parent 63164988f9
commit 395cbde7fe
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955

View File

@ -9,7 +9,7 @@ namespace Components
bool Logger::IsConsoleReady() bool Logger::IsConsoleReady()
{ {
return (IsWindow(Console::GetWindow()) != FALSE || (Dedicated::IsEnabled() && !Flags::HasFlag())); return (IsWindow(Console::GetWindow()) != FALSE || (Dedicated::IsEnabled() && !Flags::HasFlag("console")));
} }
void Logger::PrintStub(int channel, const char* message, ...) void Logger::PrintStub(int channel, const char* message, ...)