Moved ATA

This commit is contained in:
soraefir 2024-04-13 01:13:38 +02:00
parent 8e2304f5fc
commit eda0bc19a0
Signed by: sora
GPG Key ID: A362EA0491E2EEA0
2 changed files with 6 additions and 5 deletions

View File

@ -287,8 +287,8 @@ enum class Group(override val fullName: String, override val children: Set<GeoLo
), ),
XXX( XXX(
"Antarctica", setOf( "Other", setOf(
ATA, // Antarctica: not in any other region
) )
), ),

View File

@ -6,7 +6,8 @@ enum class World(override val fullName: String, override val children: Set<GeoLo
WWW( WWW(
"World", setOf( "World", setOf(
EEE, ABB, FFF, NNN, SRR, UUU, XXX EEE, ABB, FFF, NNN, SRR, UUU, Country.ATA,
) )
); );