mirror of
https://github.com/djhackersdev/minime.git
synced 2026-08-24 11:24:13 -05:00
idz: Fix userdb msg 00AD block alignment
This commit is contained in:
committed by
da5669c09fdb0a288ba01e259a609d7779ac7fc9
parent
f959993197
commit
76583f17ce
@@ -1,7 +1,7 @@
|
||||
import { Message00AD } from "../request/msg00AD";
|
||||
|
||||
msg00AD.msgCode = 0x00ad;
|
||||
msg00AD.msgLen = 0x061c;
|
||||
msg00AD.msgLen = 0x0620;
|
||||
|
||||
export function msg00AD(buf: Buffer): Message00AD {
|
||||
return { type: "msg_00AD_req" };
|
||||
|
||||
Reference in New Issue
Block a user