Adjustments for high-level networking usage #878

This commit is contained in:
Wojciech Figat
2023-01-16 12:04:00 +01:00
parent 831fc80971
commit 5dd91d0cdc
2 changed files with 1 additions and 6 deletions

View File

@@ -843,11 +843,6 @@ void NetworkReplicator::SetObjectOwnership(ScriptingObject* obj, uint32 ownerCli
item.Role = localRole;
SendObjectRoleMessage(item);
}
else
{
// Object is the owner
CHECK(localRole == NetworkObjectRole::OwnedAuthoritative);
}
}
else
{