Removed Player Count Debug Line
Removed the output put to console for every logged in user. It just cluttered things up.
This commit is contained in:
parent
8a0fdd2089
commit
d91bbcfbce
1 changed files with 0 additions and 3 deletions
|
@ -137,9 +137,6 @@ bool ServerSocketInterface::initSession()
|
|||
delete se;
|
||||
return false;
|
||||
}
|
||||
else {
|
||||
std::cerr << "Player Count: " << playerCount << " / " << userLimit << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
//allow unlimited number of connections from the trusted sources
|
||||
|
|
Loading…
Reference in a new issue