mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Fix some things which got missed from debug builds
This commit is contained in:
@ -194,7 +194,7 @@ hsBool plNetClientMgr::IApplyNewListenList(std::vector<DistSqInfo>& newListenLis
|
||||
GetListenList()->AddMember(newListenList[i].fMbr);
|
||||
#ifdef HS_DEBUGGING
|
||||
DebugMsg("\tLL Member %d, name=%s, cNum=%d, dist=%f\n",
|
||||
i, newListenList[i].fMbr->AsStdString().c_str(),
|
||||
i, newListenList[i].fMbr->AsString().c_str(),
|
||||
newListenList[i].fMbr->GetPlayerID(), newListenList[i].fDistSq);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user