Update SettingsConfig.cpp

This commit is contained in:
Frank-74 2017-01-31 19:12:12 +00:00 committed by GitHub
parent d366063620
commit 8847751a0f
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ void CSettingConfig::ApplySettings(bool UpdateScreen)
if (!GameIni.empty())
{
stdstr GoodName;
if (!g_Settings->LoadStringVal(Rdb_GoodName, GoodName))
if (g_Settings->LoadStringVal(Rdb_GoodName, GoodName))
{
g_Settings->SaveString(Cfg_GoodName, GoodName);
}