mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
reduce spam on release mode
This commit is contained in:
@@ -93,7 +93,7 @@ void PlanetProxyObject::update(int x, int y, int z, NetworkId containedBy, uint3
|
||||
static unsigned long authTransferSanityCheckTimeMs = ConfigPlanetServer::getAuthTransferSanityCheckTimeMs();
|
||||
if (Clock::timeMs()-m_authTransferTimeMs > authTransferSanityCheckTimeMs)
|
||||
{
|
||||
WARNING(true, ("Resending auth transfer for %s to %lu due to receiving a stale position update.", m_objectId.getValueString().c_str(), authoritativeServer));
|
||||
DEBUG_WARNING(true, ("Resending auth transfer for %s to %lu due to receiving a stale position update.", m_objectId.getValueString().c_str(), authoritativeServer));
|
||||
sendAuthorityChange(authoritativeServer, m_authoritativeServer, false);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user