Removes some unused fields (#2603)
* removes some unused fields * thats an oopsie Co-authored-by: Paul <ritter.paul1+git@googlemail.com> Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -279,19 +279,6 @@ namespace Content.Client.GameObjects.Components.Storage
|
||||
args.Button.Pressed = false;
|
||||
StorageEntity.Interact(control.EntityUid);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Function assigned to button that adds items to the storage entity.
|
||||
/// </summary>
|
||||
private void OnAddItemButtonPressed(BaseButton.ButtonEventArgs args)
|
||||
{
|
||||
var controlledEntity = IoCManager.Resolve<IPlayerManager>().LocalPlayer.ControlledEntity;
|
||||
|
||||
if (controlledEntity.TryGetComponent(out HandsComponent hands))
|
||||
{
|
||||
StorageEntity.SendNetworkMessage(new InsertEntityMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user