diff --git a/dChatServer/PlayerContainer.cpp b/dChatServer/PlayerContainer.cpp index 7da1970a..0d814afc 100644 --- a/dChatServer/PlayerContainer.cpp +++ b/dChatServer/PlayerContainer.cpp @@ -14,8 +14,8 @@ #include "dConfig.h" PlayerContainer::PlayerContainer() { - GeneralUtils::TryParse(Game::config->GetValue("max_number_of_best_friends"), maxNumberOfBestFriends); - GeneralUtils::TryParse(Game::config->GetValue("max_number_of_friends"), maxNumberOfFriends); + GeneralUtils::TryParse(Game::config->GetValue("max_number_of_best_friends"), mMaxNumberOfBestFriends); + GeneralUtils::TryParse(Game::config->GetValue("max_number_of_friends"), mMaxNumberOfFriends); } PlayerContainer::~PlayerContainer() {