We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f4419 commit 01d7ed7Copy full SHA for 01d7ed7
com.unity.netcode.gameobjects/Runtime/Core/NetworkBehaviourUpdater.cs
@@ -42,10 +42,6 @@ internal void NetworkBehaviourUpdate(NetworkManager networkManager)
42
for (int i = 0; i < networkManager.ConnectedClientsList.Count; i++)
43
{
44
var client = networkManager.ConnectedClientsList[i];
45
- if (networkManager.IsHost && client.ClientId == networkManager.LocalClientId)
46
- {
47
- continue;
48
- }
49
50
if (dirtyObj.IsNetworkVisibleTo(client.ClientId))
51
0 commit comments