Codestyle fixe

This commit is contained in:
Wojtek Figat
2023-08-14 16:13:55 +02:00
parent 00ecdcd2ec
commit 66042845e4

View File

@@ -1549,7 +1549,7 @@ void NetworkInternal::NetworkReplicatorUpdate()
if (it == Objects.End())
{
#if USE_EDITOR || !BUILD_RELEASE
if(!DespawnedObjects.Contains(obj->GetID()))
if (!DespawnedObjects.Contains(obj->GetID()))
LOG(Error, "Cannot invoke RPC method '{0}.{1}' on object '{2}' that is not registered in networking (use 'NetworkReplicator.AddObject').", e.Name.First.ToString(), String(e.Name.Second), obj->GetID());
#endif
continue;