mirror of
https://github.com/architectury/architectury-api.git
synced 2026-04-01 21:17:45 -05:00
Don't release non split packets, bump minor version because we didn't
This commit is contained in:
@@ -203,8 +203,8 @@ public class SplitPacketTransformer implements PacketTransformer {
|
||||
buf.skipBytes(next);
|
||||
sink.accept(side, id, packetBuffer);
|
||||
}
|
||||
|
||||
|
||||
buf.release();
|
||||
}
|
||||
buf.release();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user