Sfoglia il codice sorgente

Sort the list of cities under real-buildings

master
Fen Dweller 5 anni fa
parent
commit
f9b3dedf7a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      presets/real-buildings.js

+ 2
- 0
presets/real-buildings.js Vedi File

@@ -1158,5 +1158,7 @@ function makeRealBuildings() {
]
))

results.sort((e1, e2) => e1.name.localeCompare(e2.name))

return results;
}

Loading…
Annulla
Salva