fixed top right slot in cannon not counting as an empty slot.
This commit is contained in:
parent
467af4b835
commit
3b18b93286
@ -62,7 +62,7 @@ public class Cannon implements Listener
|
||||
|
||||
public static final int TNT_SLOT = 4;
|
||||
public static final List<Integer> SULPHUR_SLOTS = Arrays.asList(1, 3, 5, 7);
|
||||
public static final List<Integer> EMPTY_SLOTS = Arrays.asList(0, 6, 8);
|
||||
public static final List<Integer> EMPTY_SLOTS = Arrays.asList(0, 2, 6, 8);
|
||||
|
||||
private Location _location;
|
||||
private CannonState _state;
|
||||
|
Loading…
Reference in New Issue
Block a user