Forgot to remove this variable

This commit is contained in:
Nucleus 2020-04-25 21:47:53 +02:00
parent 4ae0a42288
commit 27546ac902
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ public class Scaffold extends Module {
break;
}
/* check if any blocks were found, and if they were then set the slot */
int oldSlot = 1; /* make it 1, instead of -1 so you don't get kicked if it was -1 */
if (newSlot != -1) {
Wrapper.getPlayer().inventory.currentItem = newSlot;
}