From: miniduikboot Date: Tue, 14 Feb 2023 19:54:57 +0000 (+0100) Subject: Add missing game keywords X-Git-Tag: v1.8.1~1 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=c9bb8323f4db185e92b6b0e772d3caee617f78d7;p=rhonda%2Fimpostor.git Add missing game keywords These have been added in 2021.6.30, but this has only now been problematic because Impostor.Http requires this array to be accurate --- diff --git a/src/Impostor.Api/Innersloth/GameKeywords.cs b/src/Impostor.Api/Innersloth/GameKeywords.cs index ab6dd31..b5fae73 100644 --- a/src/Impostor.Api/Innersloth/GameKeywords.cs +++ b/src/Impostor.Api/Innersloth/GameKeywords.cs @@ -21,6 +21,9 @@ namespace Impostor.Api.Innersloth SpanishEU = 1024, Arabic = 32, Polish = 128, + SChinese = 65536, + TChinese = 131072, + Irish = 262144, Other = 1, } }