mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-20 12:46:07 +08:00
[saco] Match HasTimestamps()
This commit is contained in:
@ -22,7 +22,7 @@ BYTE __stdcall GetPacketID(Packet *p)
|
|||||||
|
|
||||||
//----------------------------------------------------
|
//----------------------------------------------------
|
||||||
|
|
||||||
bool HasTimestamps(Packet *p)
|
bool __stdcall HasTimestamps(Packet *p)
|
||||||
{
|
{
|
||||||
if (p==0) return 0;
|
if (p==0) return 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user