diff --git a/Content.Client/GameObjects/EntitySystems/ActionsSystem.cs b/Content.Client/GameObjects/EntitySystems/ActionsSystem.cs index 4656b350a7..3a37dd009c 100644 --- a/Content.Client/GameObjects/EntitySystems/ActionsSystem.cs +++ b/Content.Client/GameObjects/EntitySystems/ActionsSystem.cs @@ -84,7 +84,7 @@ namespace Content.Client.GameObjects.EntitySystems actionsComponent.HandleHotbarKeybind(slot, args); return true; - }); + }, false); } private PointerInputCmdHandler HandleChangeHotbarKeybind(byte hotbar)