This commit is contained in:
Gabriel Grubba
2023-06-29 10:27:24 -03:00
parent 4829db0a40
commit f1aed3aada

View File

@@ -1760,7 +1760,6 @@ Object.assign(exports.FinishedUpgraders.prototype, {
}
_.each(upgraders, function (upgrader) {
if (current.includes(upgrader)) return;
appendText += upgrader + '\n';
});