From: miniduikboot Date: Wed, 6 Mar 2024 20:07:09 +0000 (+0100) Subject: Run Dumpostor on 2024.3.5 X-Git-Tag: v1.9.1~2^2 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=c7ea59fed940f1538ffd6a61ed650621be43bda0;p=rhonda%2Fimpostor.git Run Dumpostor on 2024.3.5 --- diff --git a/src/Impostor.Api/Innersloth/Data/enums/DisconnectReasons.json b/src/Impostor.Api/Innersloth/Data/enums/DisconnectReasons.json index fd9f2e3..cdc60be 100644 --- a/src/Impostor.Api/Innersloth/Data/enums/DisconnectReasons.json +++ b/src/Impostor.Api/Innersloth/Data/enums/DisconnectReasons.json @@ -16,6 +16,7 @@ "IncorrectGame": 18, "ServerRequest": 19, "ServerFull": 20, + "MismatchedVersion": 21, "InternalPlayerMissing": 100, "InternalNonceFailure": 101, "InternalConnectionToken": 102, @@ -42,5 +43,6 @@ "PlatformFailedToGetUserBlock": 213, "ServerNotFound": 214, "ClientTimeout": 215, + "ErrorAuthNonceFailure": 216, "Unknown": 255 } \ No newline at end of file diff --git a/src/Impostor.Api/Innersloth/Data/enums/StringNames.json b/src/Impostor.Api/Innersloth/Data/enums/StringNames.json index ead88c2..daadc2f 100644 --- a/src/Impostor.Api/Innersloth/Data/enums/StringNames.json +++ b/src/Impostor.Api/Innersloth/Data/enums/StringNames.json @@ -506,6 +506,7 @@ "ErrorSanction": 728, "ErrorClientTimeout": 729, "ErrorClientTimeoutConsole": 730, + "ErrorAuthNonceFailure": 731, "VentDirection": 1000, "VentMove": 1001, "MenuNavigate": 1002, @@ -1328,6 +1329,8 @@ "FriendsLabel": 3322, "ReportNotificationHeader": 3323, "ReportNotificationBody": 3324, + "MissingGuardianEmailText": 3325, + "AprilFoolsModeToggle": 3326, "MiningPit": 3400, "Jungle": 3401, "BuildSandcastle": 3402, @@ -1395,5 +1398,6 @@ "HttpErrorInternalServerError": 3530, "HttpErrorBadGateway": 3531, "HttpErrorServiceUnavailable": 3532, - "HttpErrorGatewayTimeout": 3533 + "HttpErrorGatewayTimeout": 3533, + "UserVersionError": 3534 } \ No newline at end of file diff --git a/src/Impostor.Api/Innersloth/Data/info.json b/src/Impostor.Api/Innersloth/Data/info.json index 1f9a1ee..f6f520b 100644 --- a/src/Impostor.Api/Innersloth/Data/info.json +++ b/src/Impostor.Api/Innersloth/Data/info.json @@ -1,5 +1,5 @@ { "dumpostorVersion": "1.0.0", - "gameVersion": "2023.10.24", - "platformType": "StandaloneSteamPC" -} \ No newline at end of file + "gameVersion": "2024.3.5", + "platformType": "StandaloneItch" +}