forked from RepoMirrors/baritone
removed dumb comment
This commit is contained in:
parent
bca6a580e3
commit
24c0ec905e
@ -55,8 +55,6 @@ public class InventoryBehavior extends Behavior {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void swapWithHotBar(int inInventory, int inHotbar) {
|
private void swapWithHotBar(int inInventory, int inHotbar) {
|
||||||
// aaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
|
||||||
// aaaaaaaaAAAAAAaaaaaAAaaaAAAAaaAAA
|
|
||||||
if (inInventory < 9) {
|
if (inInventory < 9) {
|
||||||
inInventory += 36;
|
inInventory += 36;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user