9
0
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:
MC_XiaoHei
2025-06-29 00:26:54 +08:00
committed by GitHub
parent 2dcf9f8509
commit 6d76c1f13d

View File

@@ -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);