mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
Fix unexpected IOE (#582)
This commit is contained in:
@@ -59,6 +59,7 @@ public class DownloadExchange extends AbstractExchange {
|
|||||||
MessageType.ERROR,
|
MessageType.ERROR,
|
||||||
"syncmatica.error.cancelled_transmit_exceed_quota"
|
"syncmatica.error.cancelled_transmit_exceed_quota"
|
||||||
);
|
);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
packetBuf.readBytes(outputStream, size);
|
packetBuf.readBytes(outputStream, size);
|
||||||
|
|||||||
Reference in New Issue
Block a user