quickfix nukie uplinks (#9765)

This commit is contained in:
Nemanja
2022-07-15 15:06:05 -04:00
committed by GitHub
parent 491a1f3b60
commit 7b6de14f12
3 changed files with 13 additions and 23 deletions

View File

@@ -1,7 +1,6 @@
using Content.Shared.Traitor.Uplink;
using JetBrains.Annotations;
using Robust.Client.GameObjects;
using Robust.Shared.GameObjects;
namespace Content.Client.Traitor.Uplink
{
@@ -12,6 +11,7 @@ namespace Content.Client.Traitor.Uplink
public UplinkBoundUserInterface(ClientUserInterfaceComponent owner, object uiKey) : base(owner, uiKey)
{
}
protected override void Open()
@@ -29,7 +29,6 @@ namespace Content.Client.Traitor.Uplink
{
_menu.CurrentFilterCategory = category;
SendMessage(new UplinkRequestUpdateInterfaceMessage());
};
_menu.OnWithdrawAttempt += (tc) =>