mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Remove air check
This commit is contained in:
parent
9207263426
commit
cd4d0f7725
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user