From 8964467ef9366becb4d8e88434d4127409ef6610 Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Mon, 9 Sep 2019 20:26:41 +0200 Subject: [PATCH] bugfix --- src/net/common/sessiondata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/common/sessiondata.cpp b/src/net/common/sessiondata.cpp index 1548dd64..a4004c4b 100644 --- a/src/net/common/sessiondata.cpp +++ b/src/net/common/sessiondata.cpp @@ -402,7 +402,7 @@ SessionData::GetPlayerData() } void -SessionData::SetPlayerLastGames(std:array lastGames) +SessionData::SetPlayerLastGames(std::array lastGames) { boost::mutex::scoped_lock lock(m_dataMutex); m_lastGames = lastGames;