Remove air check

This commit is contained in:
Jesse Boyd 2019-04-16 11:30:46 +10:00
parent 9207263426
commit cd4d0f7725
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -213,12 +213,14 @@ public abstract class ChunkListener implements Listener {
return;
}
}
switch (event.getChangedType()) {
case AIR:
case CAVE_AIR:
case VOID_AIR:
return;
}
// switch (event.getChangedType()) {
// case AIR:
// case CAVE_AIR:
// case VOID_AIR:
// break;
// case REDSTONE_WIRE::
// return;
// }
Exception e = new Exception();
int depth = getDepth(e);
if (depth >= 256) {