mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-03-23 19:10:21 +03:00
Set no instanceid warning print level 1
This commit is contained in:
parent
439d3c75ab
commit
236a9a1468
@ -3531,7 +3531,7 @@ void SquirrelVM::WriteObject(CUtlBuffer* pBuffer, WriteStateMap& writeState, SQI
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Warning("SquirrelVM::WriteObject: Unable to find instanceID for object of type %s, unable to serialize\n",
|
DevWarning("SquirrelVM::WriteObject: Unable to find instanceID for object of type %s, unable to serialize\n",
|
||||||
pClassInstanceData->desc->m_pszClassname);
|
pClassInstanceData->desc->m_pszClassname);
|
||||||
pBuffer->PutString("");
|
pBuffer->PutString("");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user