mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-01-29 11:41:43 +01:00
Don't swallow exception with disk clipboard
This commit is contained in:
parent
195e043f2c
commit
8d9914fafd
@ -366,7 +366,6 @@ public class DiskOptimizedClipboard extends FaweClipboard implements Closeable {
|
||||
|
||||
@Override
|
||||
public void forEach(final BlockReader task, boolean air) {
|
||||
try {
|
||||
mbb.force();
|
||||
int pos = HEADER_SIZE;
|
||||
IntegerTrio trio = new IntegerTrio();
|
||||
@ -422,9 +421,6 @@ public class DiskOptimizedClipboard extends FaweClipboard implements Closeable {
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (Throwable e) {
|
||||
MainUtil.handleError(e);
|
||||
}
|
||||
}
|
||||
|
||||
public int getIndex(int x, int y, int z) {
|
||||
|
Loading…
Reference in New Issue
Block a user