Explorar el Código

Sort the list of cities under real-buildings

master
Fen Dweller hace 5 años
padre
commit
f9b3dedf7a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      presets/real-buildings.js

+ 2
- 0
presets/real-buildings.js Ver fichero

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

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

return results;
}

Cargando…
Cancelar
Guardar