Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 556cec3

Browse files
committed
hotfix
1 parent 5e0cd32 commit 556cec3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

AUMInjector/AUMInjector.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 1,0,0,14
55-
PRODUCTVERSION 1,0,0,14
54+
FILEVERSION 1,0,0,15
55+
PRODUCTVERSION 1,0,0,15
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
6969
BEGIN
7070
VALUE "CompanyName", "Team ESDG"
7171
VALUE "FileDescription", "Among Us to Mumble VoIP adapter"
72-
VALUE "FileVersion", "1.0.0.14"
72+
VALUE "FileVersion", "1.0.0.15"
7373
VALUE "InternalName", "winhttp.dll"
7474
VALUE "LegalCopyright", "Copyright (C) Team ESDG 2021"
7575
VALUE "OriginalFilename", "winhttp.dll"
7676
VALUE "ProductName", "AmongUs-Mumble"
77-
VALUE "ProductVersion", "1.0.0.14"
77+
VALUE "ProductVersion", "1.0.0.15"
7878
END
7979
END
8080
BLOCK "VarFileInfo"

AUMInjector/deobfuscate/2021_3_5s.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ using PlayerInfo = GameData_GOOIGLGKMCE;
2020
__declspec(selectany) InnerNetClient_GameState__Enum InnerNetClient_GameState__Enum_Joined = InnerNetClient_CGJDIIGHLGC__Enum_Joined;
2121
__declspec(selectany) InnerNetClient_GameState__Enum InnerNetClient_GameState__Enum_Started = InnerNetClient_CGJDIIGHLGC__Enum_Started;
2222
__declspec(selectany) InnerNetClient_GameState__Enum InnerNetClient_GameState__Enum_Ended = InnerNetClient_CGJDIIGHLGC__Enum_Ended;
23-
__declspec(selectany) bool GameData_GOOIGLGKMCE__Fields::* IsImposter = &GameData_GOOIGLGKMCE__Fields::HKELEMPLDPK;
23+
__declspec(selectany) bool GameData_GOOIGLGKMCE__Fields::* IsImposter = &GameData_GOOIGLGKMCE__Fields::LGEGJEHCFOG;
2424
__declspec(selectany) uint8_t GameData_GOOIGLGKMCE__Fields::* ColorId = &GameData_GOOIGLGKMCE__Fields::ACBLKMFEPKC;
2525
__declspec(selectany) Color32__Array* KOBANOHPIIA__StaticFields::* PlayerColors = &KOBANOHPIIA__StaticFields::KLOCHKGCNGP;
2626

0 commit comments

Comments
 (0)