mirror of
https://github.com/djhackersdev/minime.git
synced 2026-08-25 03:44:00 -05:00
Remove packet sprayer
This was an analysis dead end that should not have been checked in.
This commit is contained in:
@@ -6,9 +6,5 @@ export function loadTopTen(res: LoadTopTenResponse): Buffer {
|
||||
buf.writeUInt16LE(0x00b6, 0x0000);
|
||||
// in awe of the size of this lad too
|
||||
|
||||
for (let i = 0x0002; i < 0x1720; i += 2) {
|
||||
buf.writeUInt16LE(i & 0xff, i);
|
||||
}
|
||||
|
||||
return buf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user