Skip to content

Commit 3fdea5f

Browse files
committed
update compatibility (2023.3.28+)
1 parent 17b3140 commit 3fdea5f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

SmolMod/Patches/PlayerControlPatch.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ namespace SmolMod.Patches;
55
[HarmonyPatch(typeof(PlayerControl),nameof(PlayerControl.Start))]
66
public static class PlayerControlPatch
77
{
8-
// adapted from https://github.com/Among-Us-Modding/Laboratory/blob/main/Laboratory/Player/SizeModifier.cs
98
public static void Postfix(PlayerControl __instance)
109
{
1110
__instance.UpdateSize();

SmolMod/SmolMod.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.688" Private="false" ExcludeAssets="runtime;native" />
13-
<PackageReference Include="AmongUs.GameLibs.Steam" Version="2025.9.9" PrivateAssets="all" />
13+
<PackageReference Include="AmongUs.GameLibs.Steam" Version="2023.3.28" PrivateAssets="all" />
1414

1515
<PackageReference Include="BepInEx.AutoPlugin" Version="1.1.0" PrivateAssets="all" />
1616
<PackageReference Include="BepInEx.IL2CPP.MSBuild" Version="2.1.0-rc.1" PrivateAssets="all" ExcludeAssets="runtime">

0 commit comments

Comments
 (0)