Do not ignore up in hotbar keybinds.

This commit is contained in:
Vera Aguilera Puerto
2020-12-23 12:35:05 +01:00
parent c3a6d0c597
commit ce029f461e

View File

@@ -84,7 +84,7 @@ namespace Content.Client.GameObjects.EntitySystems
actionsComponent.HandleHotbarKeybind(slot, args);
return true;
});
}, false);
}
private PointerInputCmdHandler HandleChangeHotbarKeybind(byte hotbar)