Skip to content

Commit 92c160c

Browse files
committed
Fix trade list sending
Forgot to remove cancellation from initial configuration testing Fixes #594
1 parent cc7df5a commit 92c160c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/src/main/java/com/viaversion/viabackwards/protocol/protocol1_20to1_20_2/rewriter/BlockItemPacketRewriter1_20_2.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ public void register() {
218218
}
219219
});
220220
protocol.registerClientbound(ClientboundPackets1_20_2.TRADE_LIST, wrapper -> {
221-
wrapper.cancel();
222221
wrapper.passthrough(Type.VAR_INT); // Container id
223222
final int size = wrapper.passthrough(Type.VAR_INT);
224223
for (int i = 0; i < size; i++) {

0 commit comments

Comments
 (0)