One int per line in snap dump
This commit is contained in:
parent
804b3c87a2
commit
3c53e66fdf
|
@ -185,7 +185,7 @@ class GameClient
|
||||||
notes = [
|
notes = [
|
||||||
[:green, 0, 4, 'who dis?']
|
[: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
|
puts hex
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue