]> git.deb.at Git - rhonda/impostor.git/commitdiff
Run Dumpostor on 2024.3.5
authorminiduikboot <mini@duikbo.at>
Wed, 6 Mar 2024 20:07:09 +0000 (21:07 +0100)
committerminiduikboot <mini@duikbo.at>
Wed, 6 Mar 2024 20:07:09 +0000 (21:07 +0100)
src/Impostor.Api/Innersloth/Data/enums/DisconnectReasons.json
src/Impostor.Api/Innersloth/Data/enums/StringNames.json
src/Impostor.Api/Innersloth/Data/info.json

index fd9f2e3ff543c9560b31067e1769ec16235c2641..cdc60be60b8772a93cb8914175d968b08e1c1406 100644 (file)
@@ -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
index ead88c202afa8119f372d92a08090c1606a030f8..daadc2f2624a7d40a6f625ecafd3d4cdc22aa345 100644 (file)
   "ErrorSanction": 728,
   "ErrorClientTimeout": 729,
   "ErrorClientTimeoutConsole": 730,
+  "ErrorAuthNonceFailure": 731,
   "VentDirection": 1000,
   "VentMove": 1001,
   "MenuNavigate": 1002,
   "FriendsLabel": 3322,
   "ReportNotificationHeader": 3323,
   "ReportNotificationBody": 3324,
+  "MissingGuardianEmailText": 3325,
+  "AprilFoolsModeToggle": 3326,
   "MiningPit": 3400,
   "Jungle": 3401,
   "BuildSandcastle": 3402,
   "HttpErrorInternalServerError": 3530,
   "HttpErrorBadGateway": 3531,
   "HttpErrorServiceUnavailable": 3532,
-  "HttpErrorGatewayTimeout": 3533
+  "HttpErrorGatewayTimeout": 3533,
+  "UserVersionError": 3534
 }
\ No newline at end of file
index 1f9a1ee92d0dc2737683ce3629e92269b99216be..f6f520b40de17ae4a4b0ddb44ea7514c0072083c 100644 (file)
@@ -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"
+}