mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[bot/saco/server] Update CNetGame constructor
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
|
||||
#include "main.h"
|
||||
#include "../raknet/SocketDataEncryptor.h"
|
||||
|
||||
int CanFileBeOpenedForReading(char * filename);
|
||||
|
||||
@ -65,7 +66,7 @@ CNetGame::CNetGame()
|
||||
// Setup RakNet
|
||||
m_pRak = RakNetworkFactory::GetRakServerInterface();
|
||||
|
||||
|
||||
SocketDataEncryptor::SetKey(dwPort);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user