]> git.deb.at Git - rhonda/impostor.git/commitdiff
Add missing game keywords
authorminiduikboot <mini@duikbo.at>
Tue, 14 Feb 2023 19:54:57 +0000 (20:54 +0100)
committerminiduikboot <mini@duikbo.at>
Tue, 14 Feb 2023 22:29:25 +0000 (23:29 +0100)
These have been added in 2021.6.30, but this has only now been
problematic because Impostor.Http requires this array to be accurate

src/Impostor.Api/Innersloth/GameKeywords.cs

index ab6dd31b9b8783f30d35ba0488bdfa6edc3e1488..b5fae737b12d15faddaf4aa43177078cc0640578 100644 (file)
@@ -21,6 +21,9 @@ namespace Impostor.Api.Innersloth
         SpanishEU = 1024,
         Arabic = 32,
         Polish = 128,
+        SChinese = 65536,
+        TChinese = 131072,
+        Irish = 262144,
         Other = 1,
     }
 }