Remove some debug stuff

This commit is contained in:
Shevchik 2013-11-14 16:55:28 +04:00
parent 38c681864a
commit 3e875af7de

View File

@ -123,9 +123,7 @@ public class EventListener implements Listener {
blockOkay = true; blockOkay = true;
} }
if (blockOkay) { if (blockOkay) {
System.out.println("block is okay");
if (block.getState().getData() instanceof Stairs) { if (block.getState().getData() instanceof Stairs) {
stairs = (Stairs) block.getState().getData(); stairs = (Stairs) block.getState().getData();
} else if (block.getState().getData() instanceof Step) { } else if (block.getState().getData() instanceof Step) {