Remove some debug stuff
This commit is contained in:
parent
38c681864a
commit
3e875af7de
@ -124,8 +124,6 @@ public class EventListener implements Listener {
|
||||
}
|
||||
if (blockOkay) {
|
||||
|
||||
System.out.println("block is okay");
|
||||
|
||||
if (block.getState().getData() instanceof Stairs) {
|
||||
stairs = (Stairs) block.getState().getData();
|
||||
} else if (block.getState().getData() instanceof Step) {
|
||||
|
Loading…
Reference in New Issue
Block a user