This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Sort the list of cities under real-buildings
master
Fen Dweller
5 years ago
parent
4ad5a6012b
commit
f9b3dedf7a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save