debugging

This commit is contained in:
Kai Philipp
2019-09-10 21:58:39 +02:00
parent df460313ab
commit 1a5cd36dcf
2 changed files with 5 additions and 10 deletions
-3
View File
@@ -1438,9 +1438,6 @@ ServerLobbyThread::HandleNetPacketJoinGame(boost::shared_ptr<SessionData> sessio
// ){
// SendJoinGameFailed(session, joinGame.gameid(), NTF_NET_JOIN_IP_BLOCKED);
} else {
// @FIXME: debug only - final position is gamestart
session->GetPlayerData()->AddPlayerLastGame((long)time(NULL));
LOG_ERROR("TimeStamp stored: " << session->GetPlayerData()->GetPlayerLastGames().back());
MoveSessionToGame(game, session, joinGame.autoleave(), false);
}
}