mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Fix the rest of the plString::Format calls
This commit is contained in:
@ -279,7 +279,7 @@ bool plNetClientMgr::Log(const char* str) const
|
||||
return true;
|
||||
|
||||
// prepend raw time
|
||||
plString buf2 = plString::Format("%.2f %s", hsTimer::GetSeconds(), ProcessTab(str));
|
||||
plString buf2 = plFormat("{.2f} {}", hsTimer::GetSeconds(), ProcessTab(str));
|
||||
|
||||
if ( GetConsoleOutput() )
|
||||
hsStatusMessage(buf2.c_str());
|
||||
|
Reference in New Issue
Block a user