diff --git a/src/util.cpp b/src/util.cpp index 653a4f072..745c3e3bc 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -477,6 +477,7 @@ void ArgsManager::ForceSetArg(const std::string& strArg, const std::string& strV { LOCK(cs_args); mapArgs[strArg] = strValue; + mapMultiArgs[strArg].clear(); mapMultiArgs[strArg].push_back(strValue); }