This commit is contained in:
FutureRave
2022-01-27 13:53:46 +00:00
parent 63164988f9
commit 395cbde7fe

View File

@ -9,7 +9,7 @@ namespace Components
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, ...)