diff --git a/Plugin Cubot/src/main/java/net/simon987/cubotplugin/CubotInventory.java b/Plugin Cubot/src/main/java/net/simon987/cubotplugin/CubotInventory.java index 1dd2f5b..bf44d46 100644 --- a/Plugin Cubot/src/main/java/net/simon987/cubotplugin/CubotInventory.java +++ b/Plugin Cubot/src/main/java/net/simon987/cubotplugin/CubotInventory.java @@ -16,8 +16,8 @@ public class CubotInventory extends CpuHardware { private Cubot cubot; + private static final int CLEAR = 0; private static final int POLL = 1; - private static final int CLEAR = 2; public CubotInventory(Cubot cubot) { this.cubot = cubot;