diff --git a/Assets/Mirror/Runtime/NetworkIdentity.cs b/Assets/Mirror/Runtime/NetworkIdentity.cs index 0a98f82f1..9d53d3715 100644 --- a/Assets/Mirror/Runtime/NetworkIdentity.cs +++ b/Assets/Mirror/Runtime/NetworkIdentity.cs @@ -894,12 +894,12 @@ public bool AssignClientAuthority(NetworkConnection conn) { if (!isServer) { - Debug.LogError("AssignClientAuthority can only be call on the server for spawned objects."); + Debug.LogError("AssignClientAuthority can only be called on the server for spawned objects."); return false; } if (!localPlayerAuthority) { - Debug.LogError("AssignClientAuthority can only be used for NetworkIdentity component with LocalPlayerAuthority set."); + Debug.LogError("AssignClientAuthority can only be used for NetworkIdentity components with LocalPlayerAuthority set."); return false; }