Skip to content

Commit fc18eb7

Browse files
Fixing shift map click packet size
1 parent ecadcd2 commit fc18eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/inbound-packets/command-packet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const commandPacket = (player, packet) => {
1919

2020
export default [{
2121
opcode: 246,
22-
size: -1,
22+
size: -3,
2323
handler: commandPacket
2424
},{
2525
opcode: 248,

0 commit comments

Comments
 (0)