Ver código fonte

Sort the list of cities under real-buildings

master
Fen Dweller 5 anos atrás
pai
commit
f9b3dedf7a
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      presets/real-buildings.js

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

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

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

return results;
}

Carregando…
Cancelar
Salvar