Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
macrovision
Segui
1
Vota
0
Forka
0
Codice
Problemi
5
Pull Requests
0
Rilasci
10
Wiki
Attività
Sfoglia il codice sorgente
Sort the list of cities under real-buildings
master
Fen Dweller
5 anni fa
parent
4ad5a6012b
commit
f9b3dedf7a
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Annulla
Salva