Fix NetMarshalClient issue.
This commit is contained in:
parent
1f48071c11
commit
746148c1f3
@ -405,8 +405,8 @@ public class NetMarshalClient implements Closeable {
|
||||
loader.writePacket(outputStream, packetIn, true);
|
||||
} else {
|
||||
fragmentSender.sendPacket(packetIn);
|
||||
sendFragmentData();
|
||||
}
|
||||
if (fragmentationOptions != null) sendFragmentData();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user