Skip to content

Commit 4c49f56

Browse files
committed
updated country initializer
1 parent a582a81 commit 4c49f56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/World.Net/Helpers/CountryInitializer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ public static Dictionary<CountryIdentifier, ICountry> Initialize()
196196
{ CountryIdentifier.Taiwan, new Taiwan() },
197197
{ CountryIdentifier.Tajikistan, new Tajikistan() },
198198
{ CountryIdentifier.Tanzania, new Tanzania() },
199+
{ CountryIdentifier.Thailand, new Thailand() },
199200
{ CountryIdentifier.TimorLeste, new TimorLeste() },
200201
{ CountryIdentifier.Togo, new Togo() },
201202
{ CountryIdentifier.Tokelau, new Tokelau() },

0 commit comments

Comments
 (0)