mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
syntax
This commit is contained in:
parent
4fedf417b1
commit
a2b828a511
@ -481,12 +481,9 @@ internal static void LateUpdate()
|
|||||||
{
|
{
|
||||||
identity.ServerUpdate();
|
identity.ServerUpdate();
|
||||||
}
|
}
|
||||||
else
|
// spawned list should have no null entries because we
|
||||||
{
|
// always call Remove in OnObjectDestroy everywhere.
|
||||||
// spawned list should have no null entries because we
|
else Debug.LogWarning("Found 'null' entry in spawned list for netId=" + kvp.Key + ". Please call NetworkServer.Destroy to destroy networked objects. Don't use GameObject.Destroy.");
|
||||||
// always call Remove in OnObjectDestroy everywhere.
|
|
||||||
Debug.LogWarning("Found 'null' entry in spawned list for netId=" + kvp.Key + ". Please call NetworkServer.Destroy to destroy networked objects. Don't use GameObject.Destroy.");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// update all connections to send out batched messages in interval
|
// update all connections to send out batched messages in interval
|
||||||
|
Loading…
Reference in New Issue
Block a user