bugfix
This commit is contained in:
@@ -402,7 +402,7 @@ SessionData::GetPlayerData()
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
SessionData::SetPlayerLastGames(std:array<unsigned long, 25> lastGames)
|
SessionData::SetPlayerLastGames(std::array<unsigned long, 25> lastGames)
|
||||||
{
|
{
|
||||||
boost::mutex::scoped_lock lock(m_dataMutex);
|
boost::mutex::scoped_lock lock(m_dataMutex);
|
||||||
m_lastGames = lastGames;
|
m_lastGames = lastGames;
|
||||||
|
|||||||
Reference in New Issue
Block a user