bugfix
This commit is contained in:
@@ -1820,7 +1820,7 @@ LOG_ERROR("lastGames from db = " << dbPlayerData.lastGames);
|
|||||||
ss.ignore();
|
ss.ignore();
|
||||||
}
|
}
|
||||||
tmpSession->GetPlayerData()->SetPlayerLastGames(lastGames);
|
tmpSession->GetPlayerData()->SetPlayerLastGames(lastGames);
|
||||||
LOG_ERROR("lastGames first from vector after db = " << tmpSession->GetPlayerData()->GetPlayerLastGames());
|
LOG_ERROR("lastGames first from vector after db = " << tmpSession->GetPlayerData()->GetPlayerLastGames().first());
|
||||||
this->AuthChallenge(tmpSession, dbPlayerData.secret);
|
this->AuthChallenge(tmpSession, dbPlayerData.secret);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user