We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8a77f commit 3788683Copy full SHA for 3788683
src/engine/net/outbound-packet-handler.ts
@@ -648,7 +648,7 @@ export class OutboundPacketHandler {
648
for(let mapX = 29; mapX <= 30; mapX++) {
649
const xteaRegion = xteaRegions[`l${mapX}_79`];
650
for(let seeds = 0; seeds < 4; seeds++) {
651
- packet.put(xteaRegion?.key[seeds] || 0, 'int');
+ packet.put(/*xteaRegion?.key[seeds] || */0, 'int');
652
}
653
654
@@ -672,7 +672,7 @@ export class OutboundPacketHandler {
672
for(let mapY = startY; mapY <= endY; mapY++) {
673
const xteaRegion = xteaRegions[`l${mapX}_${mapY}`];
674
675
676
677
678
0 commit comments