mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-20 04:36:01 +08:00
[saco] Match GetPacketID(...)
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user