mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-28 21:56:33 +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);
|
idDel.readCombined(is, change, dir);
|
||||||
return change;
|
return change;
|
||||||
} catch (EOFException ignoreOEF) {
|
} catch (EOFException ignoreOEF) {
|
||||||
ignoreOEF.printStackTrace();
|
|
||||||
return null;
|
return null;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
Loading…
Reference in New Issue
Block a user