bugfix
This commit is contained in:
@@ -1440,7 +1440,7 @@ ServerLobbyThread::HandleNetPacketJoinGame(boost::shared_ptr<SessionData> sessio
|
|||||||
} else {
|
} else {
|
||||||
// @FIXME: debug only - final poition is gamestart
|
// @FIXME: debug only - final poition is gamestart
|
||||||
session->AddPlayerLastGame((unsigned long)time(NULL));
|
session->AddPlayerLastGame((unsigned long)time(NULL));
|
||||||
LOG_ERROR("TimeStamp stored: " << session->GetPlayerLastGames()->front());
|
LOG_ERROR("TimeStamp stored: " << session->GetPlayerLastGames().front());
|
||||||
MoveSessionToGame(game, session, joinGame.autoleave(), false);
|
MoveSessionToGame(game, session, joinGame.autoleave(), false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user