Browse Source

Sort the list of cities under real-buildings

master
Fen Dweller 5 years ago
parent
commit
f9b3dedf7a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      presets/real-buildings.js

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

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

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

return results;
}

Loading…
Cancel
Save