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