mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Few comments
This commit is contained in:
parent
a8c29f2abc
commit
15f6fd3123
@ -6,7 +6,7 @@
|
||||
//
|
||||
//===============================================================================//
|
||||
// client.cpp: implementation of the CClient class.
|
||||
//
|
||||
// This is the server implementation, maybe we should move it to engine/server ?
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
#include "core/stdafx.h"
|
||||
#include "engine/client/client.h"
|
||||
|
@ -87,6 +87,7 @@ CClient* CServer::Authenticate(CServer* pServer, user_creds_s* pInpacket)
|
||||
{
|
||||
Warning(eDLL_T::SERVER, "Connection rejected for '%s' ('%llu' is banned from this server!)\n", svIpAddress.c_str(), pInpacket->m_nNucleusID);
|
||||
}
|
||||
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
@ -119,5 +120,5 @@ void CServer_Detach()
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
bool g_bCheckCompBanDB = true;
|
||||
bool g_bCheckCompBanDB = true; // Maybe make this a static method in CServer? It won't be added to the struct offsets then.
|
||||
CServer* g_pServer = nullptr;
|
Loading…
x
Reference in New Issue
Block a user