Przeglądaj źródła

Sort the list of cities under real-buildings

master
Fen Dweller 5 lat temu
rodzic
commit
f9b3dedf7a
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      presets/real-buildings.js

+ 2
- 0
presets/real-buildings.js Wyświetl plik

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

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

return results;
}

Ładowanie…
Anuluj
Zapisz