File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ namespace SmolMod.Patches;
55[ HarmonyPatch ( typeof ( PlayerControl ) , nameof ( PlayerControl . Start ) ) ]
66public 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 ( ) ;
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments