diff --git a/src/game/server/score.cpp b/src/game/server/score.cpp index e5faa08de..77988a43c 100644 --- a/src/game/server/score.cpp +++ b/src/game/server/score.cpp @@ -73,6 +73,8 @@ CScore::CScore(CGameContext *pGameServer, CDbConnectionPool *pPool) : m_pGameServer(pGameServer), m_pServer(pGameServer->Server()) { + LoadBestTime(); + uint64_t aSeed[2]; secure_random_fill(aSeed, sizeof(aSeed)); m_Prng.Seed(aSeed);