This commit is contained in:
MrGadget1024 2023-01-06 11:04:27 -05:00
parent aa3a560ec3
commit 348f51e36b

View File

@ -1763,7 +1763,7 @@ static void BroadcastToConnection(NetworkConnectionToClient connection)
{
// One warning is sufficient.
if (!hasNulls)
Debug.LogWarning($"Null entry found in observing list for connectionId={connection.connectionId} will be removed.\nPlease call NetworkServer.Destroy to destroy networked objects. Don't use GameObject.Destroy.");
Debug.LogWarning($"Null entries found in observing list for connectionId={connection.connectionId} will be removed.\nPlease call NetworkServer.Destroy to destroy networked objects. Don't use GameObject.Destroy.");
hasNulls = true;
}
}