[saco] Match GetPacketID(...)

This commit is contained in:
RD42 2024-08-24 23:28:14 +08:00
parent eae60e81cc
commit ece98a3e35

View File

@ -7,7 +7,7 @@ extern CChatWindow *pChatWindow;
//---------------------------------------------------- //----------------------------------------------------
BYTE GetPacketID(Packet *p) BYTE __stdcall GetPacketID(Packet *p)
{ {
if (p==0) return 255; if (p==0) return 255;