Skip to content

Commit

Permalink
Applied suggestion by reviewer falko17.
Browse files Browse the repository at this point in the history
Co-authored-by: Falko <10247603+falko17@users.noreply.github.com>
  • Loading branch information
koschke and falko17 authored Oct 5, 2023
1 parent abf328e commit a26b133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/SEE/Tools/FaceCam/FaceCam.cs
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ private void RefreshFaceCamPosition()
/// </summary>
/// <remarks>
/// This call will be sent to the server. The default [ServerRpc] attribute
/// setting allows onlya client owner (client that owns the NetworkObject associated
/// setting allows only a client owner (client that owns the NetworkObject associated
/// with the NetworkBehaviour containing the ServerRpc method) invocation rights.
/// Any client that isn't the owner won't be allowed to invoke the ServerRpc.
/// By setting the ServerRpc attribute's RequireOwnership parameter to false,
Expand Down

0 comments on commit a26b133

Please sign in to comment.