Fix
This commit is contained in:
parent
63164988f9
commit
395cbde7fe
@ -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, ...)
|
||||||
|
Loading…
Reference in New Issue
Block a user