Skip to content

Commit

Permalink
Draft 0.6 message parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Dec 27, 2024
1 parent a5ec9e6 commit 6a3040d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/on_packet.asm
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,17 @@ on_packet6:

is_packet_in_flag PACKETFLAG6_CONTROL
je on_ctrl6_message
is_packet_in_flag PACKETFLAG6_COMPRESSION
jne .on_packet6_game_or_sys_not_compressed


.on_packet6_game_or_sys_compressed:
puts "0.6 compression is not supported yet"
exit 1

.on_packet6_game_or_sys_not_compressed:
puts "0.6 game or sys messages not supported yet"
exit 1

jmp on_packet_end

Expand Down

0 comments on commit 6a3040d

Please sign in to comment.