From c4caf4ab0b545ef579b384bef34bbbc05d424155 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 29 Dec 2017 16:16:28 -0500 Subject: [PATCH] Changed CLEAR action for the inventory to 0 for consistency --- .../src/main/java/net/simon987/cubotplugin/CubotInventory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;