2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Fix previous fix for destringtheoryification

This commit is contained in:
John Johns
2021-06-06 11:50:21 -07:00
parent 40c692d6a9
commit a6c941b087

View File

@ -175,7 +175,7 @@ void plLogicModBase::IHandleArbitration(plServerReplyMsg* pSMsg)
hsAssert(pSMsg->GetType() != plServerReplyMsg::kUnInit, "uninit server reply msg");
plNetClientApp::GetInstance()->DebugMsg("LM: LogicModifier %s recvd trigger request reply:%s, wasRequesting=%d, t=%f\n",
GetKeyName().c_str(),
GetKeyName(),
pSMsg->GetType() == plServerReplyMsg::kDeny ? "denied" : "confirmed",
HasFlag(kRequestingTrigger), hsTimer::GetSysSeconds());