mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Add more temporary hack macros to help speed up conversion and testing
This commit is contained in:
@ -107,8 +107,7 @@ plKey plNetClientMgr::ILoadClone(plLoadCloneMsg *pCloneMsg)
|
||||
{
|
||||
if (cloneKey->ObjectIsLoaded())
|
||||
{
|
||||
char tmp[256];
|
||||
DebugMsg("ILoadClone: object %s is already loaded, ignoring", cloneKey->GetUoid().StringIze(tmp));
|
||||
DebugMsg("ILoadClone: object %s is already loaded, ignoring", cloneKey->GetUoid().StringIze().c_str());
|
||||
return cloneKey;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user