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:
@ -175,7 +175,7 @@ void plLogicModBase::IHandleArbitration(plServerReplyMsg* pSMsg)
|
|||||||
hsAssert(pSMsg->GetType() != plServerReplyMsg::kUnInit, "uninit server reply msg");
|
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",
|
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",
|
pSMsg->GetType() == plServerReplyMsg::kDeny ? "denied" : "confirmed",
|
||||||
HasFlag(kRequestingTrigger), hsTimer::GetSysSeconds());
|
HasFlag(kRequestingTrigger), hsTimer::GetSysSeconds());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user