removed dumb comment

This commit is contained in:
Leijurv 2018-12-10 18:05:31 -08:00
parent bca6a580e3
commit 24c0ec905e
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 0 additions and 2 deletions

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;
}