Merge pull request #1258 from woogerboy21/servatrice_remove_pcconsoleecho
Removed Player Count Debug Line
This commit is contained in:
commit
f1cafa0609
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