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:
parent
27a5d90e6e
commit
497b06553e
@ -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;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user