Fix tethergun (#16612)

This commit is contained in:
metalgearsloth
2023-05-20 00:31:15 +10:00
committed by GitHub
parent a5ddb062e7
commit 36cd2046a8
3 changed files with 9 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ public abstract class BaseForceGunComponent : Component
/// The entity the tethered target has a joint to.
/// </summary>
[DataField("tetherEntity"), AutoNetworkedField]
public EntityUid? TetherEntity;
public virtual EntityUid? TetherEntity { get; set; }
/// <summary>
/// The entity currently tethered.