We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2b2e4 commit b5dd39fCopy full SHA for b5dd39f
config/Config.cpp
@@ -76,7 +76,7 @@ void Config::LoadINI(std::basic_istream<char>& is) {
76
bool ret = false;
77
78
if (!ini.sections["3ds"]["ip"].empty()) {
79
- this->networkconfig.host = ini.sections["3ds"]["host"];
+ this->networkconfig.host = ini.sections["3ds"]["ip"];
80
}
81
if (!ini.sections["3ds"]["priority"].empty()) {
82
this->networkconfig.priority = std::stoi(ini.sections["3ds"]["priority"]);
0 commit comments