Skip to content
Snippets Groups Projects
Commit bd104d9d authored by lowercasedonkey's avatar lowercasedonkey
Browse files

reversed set

parent be53bb1d
No related branches found
No related tags found
1 merge request!8878Move race data to a map
......@@ -99,7 +99,7 @@ App.Markets["Husk Slave"] = function() {
const linkArray = [];
const race = new Map(App.Data.misc.filterRaces);
race.set("Not Important", "not important");
race.set("not important", "Not Important");
for (const [race, capRace] of setup.filterRaces) {
if (V.huskSlave.race === race) {
linkArray.push(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment