removed dumb comment

This commit is contained in:
Leijurv
2018-12-10 18:05:31 -08:00
parent bca6a580e3
commit 24c0ec905e

View File

@@ -55,8 +55,6 @@ public class InventoryBehavior extends Behavior {
}
private void swapWithHotBar(int inInventory, int inHotbar) {
// aaaaaaaaaaaaaaaaaaaaaaaaaaaa
// aaaaaaaaAAAAAAaaaaaAAaaaAAAAaaAAA
if (inInventory < 9) {
inInventory += 36;
}