Camera centering and client drop message

This commit is contained in:
Kayne Ruse
2014-12-19 20:33:09 +11:00
parent 44a1edac30
commit 900f623f3b
3 changed files with 11 additions and 2 deletions
+1
View File
@@ -183,6 +183,7 @@ void ServerApplication::Proc() {
int disconnected = clientMgr.CheckConnections();
if (disconnected != -1) {
FullClientUnload(disconnected);
std::cerr << "Client dropped: " << disconnected << std::endl;
}
//give the computer a break