mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[saco] Match GetPacketID(...)
This commit is contained in:
parent
eae60e81cc
commit
ece98a3e35
@ -7,7 +7,7 @@ extern CChatWindow *pChatWindow;
|
||||
|
||||
//----------------------------------------------------
|
||||
|
||||
BYTE GetPacketID(Packet *p)
|
||||
BYTE __stdcall GetPacketID(Packet *p)
|
||||
{
|
||||
if (p==0) return 255;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user