From b535123a667540c4749ef73e002c86be2278cd93 Mon Sep 17 00:00:00 2001 From: Ed Date: Mon, 9 Dec 2024 23:58:39 +0300 Subject: [PATCH] Update GhostSystem.cs --- Content.Client/Ghost/GhostSystem.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Content.Client/Ghost/GhostSystem.cs b/Content.Client/Ghost/GhostSystem.cs index f4f7e3459f..52ae2f1817 100644 --- a/Content.Client/Ghost/GhostSystem.cs +++ b/Content.Client/Ghost/GhostSystem.cs @@ -113,6 +113,10 @@ namespace Content.Client.Ghost _actions.RemoveAction(uid, component.ToggleFoVActionEntity); _actions.RemoveAction(uid, component.ToggleGhostsActionEntity); _actions.RemoveAction(uid, component.ToggleGhostHearingActionEntity); + //CP14 + _actions.RemoveAction(uid, component.CP14ZLevelUpActionEntity); + _actions.RemoveAction(uid, component.CP14ZLevelDownActionEntity); + //CP14 end if (uid != _playerManager.LocalEntity) return;