mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
More plFormat -- some may make minor changes to certain debug output
(mostly regarding bools)
This commit is contained in:
@ -178,8 +178,8 @@ void plSDLModifier::SendState(uint32_t sendFlags)
|
||||
{
|
||||
gMooseDump=true;
|
||||
plNetObjectDebugger::GetInstance()->SetDebugging(true);
|
||||
curState->DumpToObjectDebugger(plString::Format("Object %s SENDS SDL state",
|
||||
GetStateOwnerKey()->GetName().c_str(), dirtyOnly).c_str());
|
||||
curState->DumpToObjectDebugger(plFormat("Object {} SENDS SDL state",
|
||||
GetStateOwnerKey()->GetName()).c_str(), dirtyOnly);
|
||||
gMooseDump=false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user