Fix canDisarm datafield (#11963)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
This commit is contained in:
parent
15a772fb96
commit
d1c1c8ada3
|
|
@ -19,7 +19,7 @@ namespace Content.Shared.CombatMode
|
|||
/// Whether we are able to disarm. This requires our active hand to be free.
|
||||
/// False if it's toggled off for whatever reason, null if it's not possible.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField("disarm")]
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField("canDisarm")]
|
||||
public bool? CanDisarm;
|
||||
|
||||
[DataField("disarmSuccessSound")]
|
||||
|
|
|
|||
Loading…
Reference in New Issue