Merge pull request #1258 from woogerboy21/servatrice_remove_pcconsoleecho

Removed Player Count Debug Line
This commit is contained in:
woogerboy21 2015-07-14 09:57:24 -04:00
commit f1cafa0609

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