1
0

Removed duplicate IPvX labels.

This commit is contained in:
madmaxoft
2014-07-18 09:18:00 +02:00
parent 35d0a0009e
commit d52a51f7b6
3 changed files with 6 additions and 6 deletions

View File

@@ -105,8 +105,8 @@ void cServer::cTickThread::Execute(void)
// cServer:
cServer::cServer(void) :
m_ListenThreadIPv4(*this, cSocket::IPv4, "Client IPv4"),
m_ListenThreadIPv6(*this, cSocket::IPv6, "Client IPv6"),
m_ListenThreadIPv4(*this, cSocket::IPv4, "Client"),
m_ListenThreadIPv6(*this, cSocket::IPv6, "Client"),
m_PlayerCount(0),
m_PlayerCountDiff(0),
m_ClientViewDistance(0),