Changed CLEAR action for the inventory to 0 for consistency

This commit is contained in:
simon 2017-12-29 16:16:28 -05:00
parent 0c06d0bf09
commit c4caf4ab0b

View File

@ -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;