1
0
mirror of https://github.com/kami-blue/client synced 2025-02-15 03:36:59 +00:00

Attack with current Hand while no 32k available

This commit is contained in:
blockparole 2019-08-06 02:25:47 +02:00 committed by GitHub
parent 27a5d90e6e
commit 497b06553e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,12 +137,10 @@ public class Aura extends Module {
}
}
if (newSlot == -1) {
return;
if (newSlot != -1) {
mc.player.inventory.currentItem = newSlot;
}
mc.player.inventory.currentItem = newSlot;
}
}