mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
doc: fixed typo in Authority.md
This commit is contained in:
parent
e98a12b499
commit
1f3eeea749
@ -33,7 +33,7 @@ NetworkServer.Spawn(go, connectionToClient);
|
||||
|
||||
### Using identity.AssignClientAuthority
|
||||
|
||||
You can give authority to a client any time using `AssignClientAuthority`. This can be done by calling `AssignClientAuthority` on the object you want to give authority too
|
||||
You can give authority to a client any time using `AssignClientAuthority`. This can be done by calling `AssignClientAuthority` on the object you want to give authority to.
|
||||
```cs
|
||||
identity.AssignClientAuthority(conn);
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user