Unused field (#1299)

This commit is contained in:
MrGadget 2019-12-12 20:11:20 -05:00 committed by Paul Pacheco
parent e4a701ed4e
commit a18d6b5eaa

View File

@ -75,8 +75,6 @@ public sealed class NetworkIdentity : MonoBehaviour
/// <para>This value is determined at runtime. For most objects, authority is held by the server.</para>
/// <para>For objects that had their authority set by AssignClientAuthority on the server, this will be true on the client that owns the object. NOT on other clients.</para>
/// </summary>
bool isOwner;
public bool hasAuthority { get; internal set; }
/// <summary>