mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-23 06:57:31 +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;
|
if (p==0) return 255;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user