mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
fixed compiling
This commit is contained in:
parent
de3e94d901
commit
8052ddf0ff
|
@ -208,7 +208,7 @@ int CServerBan::BanExt(T *pBanPool, const typename T::CDataType *pData, int Seco
|
||||||
return Result;
|
return Result;
|
||||||
|
|
||||||
// drop banned clients
|
// drop banned clients
|
||||||
T::CDataType Data = *pData;
|
typename T::CDataType Data = *pData;
|
||||||
for(int i = 0; i < MAX_CLIENTS; ++i)
|
for(int i = 0; i < MAX_CLIENTS; ++i)
|
||||||
{
|
{
|
||||||
if(Server()->m_aClients[i].m_State == CServer::CClient::STATE_EMPTY)
|
if(Server()->m_aClients[i].m_State == CServer::CClient::STATE_EMPTY)
|
||||||
|
|
Loading…
Reference in a new issue