Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #16 from przebor/master
Browse files Browse the repository at this point in the history
Update to Among Us version v2020.12.9
  • Loading branch information
andruzzzhka authored Dec 11, 2020
2 parents 0c03c27 + 6c896a7 commit 450add5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions CustomServersClient/CustomServersPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
using CustomServersClient.UI;

#if STEAM
using RegionMenu = BCDBFCNBNNI;
using RegionMenuButtonCallback = BCDBFCNBNNI.ILGAFKJKONJ;
using RegionInfo = JFBIIGMEKBD;
using ServerInfo = IOLGIHKAODD;
using ServerManager = AJPIDIBHHDJ;
using ObjectPoolBehavior = OPDFFBMGHAI;
using PassiveButton = KAKGOJKDMAD;
using RegionMenu = CLIGCNHFBCO;
using RegionMenuButtonCallback = CLIGCNHFBCO.EEJIMLMHMGO;
using RegionInfo = OIBMKGDLGOG;
using ServerInfo = PLFDMKKDEMI;
using ServerManager = AOBNFCIHAJL;
using ObjectPoolBehavior = FJBFFDFFBFO;
using PassiveButton = HHMBANDDIOA;
#elif ITCH
using RegionMenu = KIPLKPEOBEO;
using RegionMenuButtonCallback = KIPLKPEOBEO.KKOJKDJKEIK;
Expand Down Expand Up @@ -116,7 +116,7 @@ public static class RegionMenuChooseOptionPatch
public static bool Prefix(ref RegionMenuButtonCallback __instance)
{
#if STEAM
string buttonName = __instance.region.LPLJNLBADPB;
string buttonName = __instance.region.CBMOEHMADOC;
#elif ITCH
string buttonName = __instance.region.BEIIALBBLIK;
#endif
Expand All @@ -126,7 +126,7 @@ public static bool Prefix(ref RegionMenuButtonCallback __instance)
_managementForm = new ServersManagementForm();

#if STEAM
_managementForm.regionMenu = __instance.field_Public_BCDBFCNBNNI_0;
_managementForm.regionMenu = __instance.field_Public_CLIGCNHFBCO_0;
#elif ITCH
_managementForm.regionMenu = __instance.field_Public_KIPLKPEOBEO_0;
#endif
Expand Down
2 changes: 1 addition & 1 deletion CustomServersClient/UI/ServersManagementForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Windows.Forms;

#if STEAM
using RegionMenu = BCDBFCNBNNI;
using RegionMenu = CLIGCNHFBCO;
#elif ITCH
using RegionMenu = KIPLKPEOBEO;
#endif
Expand Down

0 comments on commit 450add5

Please sign in to comment.