format + remove debug log
This commit is contained in:
parent
908f202d75
commit
85d38d4132
|
@ -162,7 +162,6 @@ void OnGameLoaded() {
|
||||||
for (const QXmlStreamAttribute& attr : xmlReader.attributes()) {
|
for (const QXmlStreamAttribute& attr : xmlReader.attributes()) {
|
||||||
if (attr.name() == QStringLiteral("isEnabled")) {
|
if (attr.name() == QStringLiteral("isEnabled")) {
|
||||||
if (attr.value().toString() == "true") {
|
if (attr.value().toString() == "true") {
|
||||||
LOG_INFO(Loader, "Got enabled patch");
|
|
||||||
isEnabled = true;
|
isEnabled = true;
|
||||||
} else
|
} else
|
||||||
isEnabled = false;
|
isEnabled = false;
|
||||||
|
@ -236,7 +235,7 @@ void OnGameLoaded() {
|
||||||
LOG_INFO(Loader, "Patches loaded successfully");
|
LOG_INFO(Loader, "Patches loaded successfully");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ApplyPendingPatches();
|
ApplyPendingPatches();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue