mirror of
https://github.com/djhackersdev/minime.git
synced 2026-08-20 01:14:08 -05:00
idz: Fix unknownA_2 message length rounding
This commit is contained in:
committed by
da5669c09fdb0a288ba01e259a609d7779ac7fc9
parent
0937c0fadf
commit
7b329bc37c
@@ -8,7 +8,7 @@ export function unknownA_1(buf: Buffer): UnknownRequestA {
|
||||
}
|
||||
|
||||
unknownA_2.msgCode = 0x00a2;
|
||||
unknownA_2.msgLen = 0x061c;
|
||||
unknownA_2.msgLen = 0x0620;
|
||||
|
||||
export function unknownA_2(buf: Buffer): UnknownRequestA {
|
||||
return { type: "unknown_A_req" };
|
||||
|
||||
Reference in New Issue
Block a user