diff --git a/Content.Client/_CP14/Trading/CP14TradingPlatformBoundUserInterface.cs b/Content.Client/_CP14/Trading/CP14TradingPlatformBoundUserInterface.cs index 47a2d19950..b089d39347 100644 --- a/Content.Client/_CP14/Trading/CP14TradingPlatformBoundUserInterface.cs +++ b/Content.Client/_CP14/Trading/CP14TradingPlatformBoundUserInterface.cs @@ -14,7 +14,6 @@ public sealed class CP14TradingPlatformBoundUserInterface(EntityUid owner, Enum _window = this.CreateWindow(); - _window.OnUnlock += pos => SendMessage(new CP14TradingPositionUnlockAttempt(pos)); _window.OnBuy += pos => SendMessage(new CP14TradingPositionBuyAttempt(pos)); } diff --git a/Content.Client/_CP14/Trading/CP14TradingPlatformWindow.xaml b/Content.Client/_CP14/Trading/CP14TradingPlatformWindow.xaml index 37e9a615f7..716a801381 100644 --- a/Content.Client/_CP14/Trading/CP14TradingPlatformWindow.xaml +++ b/Content.Client/_CP14/Trading/CP14TradingPlatformWindow.xaml @@ -35,6 +35,10 @@