diff --git a/Content.Client/_CP14/DemiplaneTraveling/CP14DemiplaneMapBoundUserInterface.cs b/Content.Client/_CP14/DemiplaneTraveling/CP14DemiplaneMapBoundUserInterface.cs index 1ff5e85484..9d1b9e2466 100644 --- a/Content.Client/_CP14/DemiplaneTraveling/CP14DemiplaneMapBoundUserInterface.cs +++ b/Content.Client/_CP14/DemiplaneTraveling/CP14DemiplaneMapBoundUserInterface.cs @@ -19,7 +19,7 @@ public sealed class CP14DemiplaneMapBoundUserInterface : BoundUserInterface _window = this.CreateWindow(); _window.OnEject += pos => SendMessage(new CP14DemiplaneMapEjectMessage(pos)); - _window.OnRevoke += pos => SendMessage(new CP14DemiplaneMapRevokeMessage(pos)); + //_window.OnRevoke += pos => SendMessage(new CP14DemiplaneMapRevokeMessage(pos)); } protected override void UpdateState(BoundUserInterfaceState state)