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;