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:
woogerboy21 2015-07-14 08:54:05 -04:00
parent 8a0fdd2089
commit d91bbcfbce

View file

@ -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