mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +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;
|
||||
|
||||
|
Reference in New Issue
Block a user