mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Fixed typos (#604)
This commit is contained in:
parent
54c964c232
commit
d09c7cddc0
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user