diff --git a/src/common/memory_patcher.cpp b/src/common/memory_patcher.cpp index 3b0b02148..fb57e2c98 100644 --- a/src/common/memory_patcher.cpp +++ b/src/common/memory_patcher.cpp @@ -287,6 +287,7 @@ void OnGameLoaded() { QString appVer = xmlReader.attributes().value("AppVer").toString(); // Check and update the isEnabled attribute + isEnabled = false; for (const QXmlStreamAttribute& attr : xmlReader.attributes()) { if (attr.name() == QStringLiteral("isEnabled")) { isEnabled = (attr.value().toString() == "true");