瀏覽代碼

Sort the list of cities under real-buildings

master
Fen Dweller 5 年之前
父節點
當前提交
f9b3dedf7a
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      presets/real-buildings.js

+ 2
- 0
presets/real-buildings.js 查看文件

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

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

return results;
}

Loading…
取消
儲存