mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix compiler error for project 'dedicated'
This commit is contained in:
parent
a60609a0e8
commit
d9926af80c
@ -345,8 +345,10 @@ void CoreMsgV(LogType_t logType, LogLevel_t logLevel, eDLL_T context, const char
|
||||
g_pOverlay->AddLog(overlayContext, g_LogStream.str());
|
||||
}
|
||||
}
|
||||
#endif // !DEDICATED
|
||||
}
|
||||
|
||||
#ifndef DEDICATED
|
||||
g_LogStream.str(string());
|
||||
g_LogStream.clear();
|
||||
#endif // !DEDICATED
|
||||
|
Loading…
x
Reference in New Issue
Block a user