mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
grammar
This commit is contained in:
parent
aa3a560ec3
commit
348f51e36b
@ -1763,7 +1763,7 @@ static void BroadcastToConnection(NetworkConnectionToClient connection)
|
|||||||
{
|
{
|
||||||
// One warning is sufficient.
|
// One warning is sufficient.
|
||||||
if (!hasNulls)
|
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;
|
hasNulls = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user