mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
ignore EOF
This commit is contained in:
parent
812c12fce4
commit
55f95e5022
@ -376,7 +376,6 @@ public abstract class FaweStreamChangeSet extends FaweChangeSet {
|
||||
idDel.readCombined(is, change, dir);
|
||||
return change;
|
||||
} catch (EOFException ignoreOEF) {
|
||||
ignoreOEF.printStackTrace();
|
||||
return null;
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
|
Loading…
Reference in New Issue
Block a user