0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00

Allow AutoTotem to take totems from armor slots

This commit is contained in:
Alexander01998 2024-05-20 14:48:23 +02:00
parent 05004d6b63
commit d619c2aa50

View File

@ -149,7 +149,7 @@ public final class AutoTotemHack extends Hack implements UpdateListener
int nextTotemSlot = -1;
totems = 0;
for(int slot = 0; slot <= 36; slot++)
for(int slot = 0; slot <= 40; slot++)
{
if(!isTotem(inventory.getStack(slot)))
continue;