We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8401fd6 commit 4c59869Copy full SHA for 4c59869
com.unity.netcode.gameobjects/Runtime/Core/NetworkObject.cs
@@ -75,7 +75,7 @@ internal void GenerateGlobalObjectIdHash()
75
public bool IsPlayerObject { get; internal set; }
76
77
/// <summary>
78
- /// Gets if the object is the the personal clients player object
+ /// Gets if the object is the personal clients player object
79
/// </summary>
80
public bool IsLocalPlayer => NetworkManager != null && IsPlayerObject && OwnerClientId == NetworkManager.LocalClientId;
81
0 commit comments