From 17036816af5f22e343afcb25ff827fbf1ca806b8 Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Mon, 9 Sep 2019 20:27:40 +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 a4004c4b..93c1b0b3 100644 --- a/src/net/common/sessiondata.cpp +++ b/src/net/common/sessiondata.cpp @@ -409,7 +409,7 @@ SessionData::SetPlayerLastGames(std::array lastGames) } void -SessionData::AddPlayerLastGame(long lastGame) +SessionData::AddPlayerLastGame(usigned long lastGame) { boost::mutex::scoped_lock lock(m_dataMutex);