We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2007f0 commit 46d8213Copy full SHA for 46d8213
plugins/lua/sort/places.lua
@@ -21,7 +21,7 @@ local zone_names = {
21
[df.civzone_type.SandCollection] = 'Sand',
22
[df.civzone_type.Office] = 'Office',
23
[df.civzone_type.Dormitory] = 'Dormitory',
24
- [df.civzone_type.Barracks] = 'Barrachs',
+ [df.civzone_type.Barracks] = 'Barracks',
25
[df.civzone_type.ArcheryRange] = 'Archery Range',
26
[df.civzone_type.Dump] = 'Garbage Dump',
27
[df.civzone_type.AnimalTraining] = 'Animal Training',
0 commit comments