We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da2821e + 46d8213 commit e70f87bCopy full SHA for e70f87b
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