mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Fix additional issues from review
This commit is contained in:
@ -275,7 +275,7 @@ void plLogicModBase::UnTrigger()
|
||||
#ifdef HS_DEBUGGING
|
||||
char str[256];
|
||||
sprintf(str, "LogicModifier %s is Un-triggering, activatorType=%d\n",
|
||||
GetKeyName(), HasFlag(kTypeActivator));
|
||||
GetKeyName().c_str(), HasFlag(kTypeActivator));
|
||||
plNetClientApp::GetInstance()->DebugMsg(str);
|
||||
#endif
|
||||
fNotify->SetSender(this->GetKey());
|
||||
|
Reference in New Issue
Block a user