v1.3.0: removed unintentionally committed debug code for quick swapper

This commit is contained in:
Evan Debenham
2022-06-06 23:32:10 -04:00
parent 5f2fe98e1e
commit a9807b6f4d

View File

@@ -91,8 +91,6 @@ public class Toolbar extends Component {
if (Dungeon.hero.ready && !GameScene.cancel()) {
examining = false;
Dungeon.hero.rest(false);
swappedQuickslots = !swappedQuickslots;
updateLayout();
}
}