From ee6c80406a10d0994093f968cd3a25f5bcbf6cbb Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Mon, 9 Sep 2019 20:28:22 +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 93c1b0b3..63e6cbb6 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(usigned long lastGame) +SessionData::AddPlayerLastGame(unsigned long lastGame) { boost::mutex::scoped_lock lock(m_dataMutex);