Commit d91bbcfb authored by woogerboy21's avatar woogerboy21
Browse files

Removed Player Count Debug Line

Removed the output put to console for every logged in user.  It just cluttered things up.
parent 8a0fdd20
...@@ -137,9 +137,6 @@ bool ServerSocketInterface::initSession() ...@@ -137,9 +137,6 @@ bool ServerSocketInterface::initSession()
delete se; delete se;
return false; return false;
} }
else {
std::cerr << "Player Count: " << playerCount << " / " << userLimit << std::endl;
}
} }
//allow unlimited number of connections from the trusted sources //allow unlimited number of connections from the trusted sources
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment