mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
silence a warning when not in debug mode
This commit is contained in:
@@ -1980,7 +1980,9 @@ void ServerObject::endBaselines()
|
||||
{
|
||||
FATAL(ConfigServerGame::getFatalOnGoldPobChange() && getCacheVersion() != 0,
|
||||
("Object %s is a client cached object and the POB changed from [%d] to [%d]", getNetworkId().getValueString().c_str(), crcValue, portalProperty->getCrc()));
|
||||
#ifdef DEBUG
|
||||
WARNING(getCacheVersion() != 0, ("Object %s is a client cached object and the POB changed from [%d] to [%d]", getNetworkId().getValueString().c_str(), crcValue, portalProperty->getCrc()));
|
||||
#endif
|
||||
if (isAuthoritative())
|
||||
setCacheVersion(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user