Skip to content

Commit

Permalink
MoreCompany compat fix rev 1
Browse files Browse the repository at this point in the history
  • Loading branch information
DaXcess committed Oct 24, 2024
1 parent aed3bd4 commit 7713a36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LCVR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<PackageReference Include="Diversity" Version="2.0.3" />
<PackageReference Include="LethalCompany" Version="1.64.0-beta.1" />
<PackageReference Include="Mimics" Version="2.4.1" />
<PackageReference Include="MoreCompany" Version="1.8.1" />
<PackageReference Include="MoreCompany" Version="1.10.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Unity.Animation.Rigging" Version="1.2.1" />
<PackageReference Include="Unity.InputSystem" Version="1.7.0" />
Expand Down
2 changes: 1 addition & 1 deletion Source/Compatibility/MoreCompany/Patches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ internal static class MoreCompanyUIPatches
[HarmonyPostfix]
private static void AfterUpdateCosmetics()
{
CosmeticRegistry.cosmeticApplication.spawnedCosmetics.Do(cosmetic => cosmetic.transform.localScale *= 0.5f);
CosmeticRegistry.displayGuyCosmeticApplication.spawnedCosmetics.Do(cosmetic => cosmetic.transform.localScale *= 0.5f);
}

// Spin dragger patches
Expand Down
2 changes: 1 addition & 1 deletion Source/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class Plugin : BaseUnityPlugin
[
"BFF45683C267F402429049EF7D8095C078D5CD534E5300E56317ACB6056D70FB", // V64
"A6BDE2EB39028B36CB1667DCFB4ED10F688FB3FF72E71491AC25C5CB47A7EF6C", // V64.1
"2315B7D4B9FFA3972A95685510155C6D939638BE35E5685C0CF636D8640630D3", // V65
"3682681356E28CDDAD5EADD6E2E492A8E1F04C812873EEF4EDE9CF20CB36550A", // V65
];

public new static Config Config { get; private set; }
Expand Down

0 comments on commit 7713a36

Please sign in to comment.