mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
Changed CLEAR action for the inventory to 0 for consistency
This commit is contained in:
parent
0c06d0bf09
commit
c4caf4ab0b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user