This commit is contained in:
Kai Philipp
2019-09-09 20:26:41 +02:00
parent 9285fa1e32
commit 8964467ef9
+1 -1
View File
@@ -402,7 +402,7 @@ SessionData::GetPlayerData()
}
void
SessionData::SetPlayerLastGames(std:array<unsigned long, 25> lastGames)
SessionData::SetPlayerLastGames(std::array<unsigned long, 25> lastGames)
{
boost::mutex::scoped_lock lock(m_dataMutex);
m_lastGames = lastGames;