fix chestplate leggings boots slots
This commit is contained in:
parent
759802b586
commit
08229cddc9
@ -9,9 +9,9 @@ import ru.themixray.puton.Config;
|
||||
|
||||
public class SwapItemListener implements Listener {
|
||||
public static final int HELMET_SLOT = 39;
|
||||
public static final int CHESTPLATE_SLOT = 40;
|
||||
public static final int LEGGINGS_SLOT = 41;
|
||||
public static final int BOOTS_SLOT = 42;
|
||||
public static final int CHESTPLATE_SLOT = 38;
|
||||
public static final int LEGGINGS_SLOT = 37;
|
||||
public static final int BOOTS_SLOT = 36;
|
||||
|
||||
@EventHandler
|
||||
public void onInventoryClick(InventoryClickEvent e) {
|
||||
|
Loading…
Reference in New Issue
Block a user