diff --git a/core/src/com/riiablo/screen/panel/SpellsQuickPanel.java b/core/src/com/riiablo/screen/panel/SpellsQuickPanel.java index 66b215b8..692dbec8 100644 --- a/core/src/com/riiablo/screen/panel/SpellsQuickPanel.java +++ b/core/src/com/riiablo/screen/panel/SpellsQuickPanel.java @@ -106,7 +106,7 @@ public class SpellsQuickPanel extends Table implements Disposable, CharData.Skil public void onPressed(MappedKey key, int keycode) { HotkeyButton button = keyMappings.get(key); if (button == null) return; - // TODO: Assign + // TODO: Replace Riiablo.charData.action with this button's action observer.copy(button); } };