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,
|
||||
"syncmatica.error.cancelled_transmit_exceed_quota"
|
||||
);
|
||||
return;
|
||||
}
|
||||
try {
|
||||
packetBuf.readBytes(outputStream, size);
|
||||
|
||||
Reference in New Issue
Block a user