mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
[server] Implement CNetGame::GetTime()
This commit is contained in:
parent
37c7a4499e
commit
69de246a13
@ -490,4 +490,7 @@ void CNetGame::LoadBanList()
|
||||
// TODO: CNetGame::LoadBanList W: 48EAE0 L: 80AF1A0
|
||||
}
|
||||
|
||||
|
||||
DWORD CNetGame::GetTime()
|
||||
{
|
||||
return (DWORD)RakNet::GetTime();
|
||||
}
|
||||
|
@ -63,6 +63,8 @@ public:
|
||||
void Process();
|
||||
|
||||
void LoadBanList();
|
||||
|
||||
DWORD GetTime();
|
||||
};
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user