One int per line in snap dump
This commit is contained in:
parent
804b3c87a2
commit
3c53e66fdf
|
@ -185,7 +185,7 @@ class GameClient
|
|||
notes = [
|
||||
[:green, 0, 4, 'who dis?']
|
||||
]
|
||||
hexdump_lines(data.pack('C*'), 2, notes, long_legend: true).each do |hex|
|
||||
hexdump_lines(data.pack('C*'), 1, notes, long_legend: true).each do |hex|
|
||||
puts hex
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue