Fix lasso buckle (#1246)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
@@ -69,7 +69,7 @@ namespace Content.Server.GameObjects.Components.Strap
|
||||
/// The sum of the sizes of all the buckled entities in this strap
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
public int OccupiedSize { get; private set; }
|
||||
private int OccupiedSize { get; set; }
|
||||
|
||||
public bool HasSpace(BuckleComponent buckle)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user