[PlaySpaceScaleFix] Scale avatar local position.

This commit is contained in:
NotAKidoS 2023-06-24 13:47:14 -05:00
parent e0507cf1a6
commit 829b858e56
2 changed files with 11 additions and 15 deletions

View file

@ -14,7 +14,7 @@ public class PlaySpaceScaleFix : MelonMod
{
ApplyPatches(typeof(HarmonyPatches.PlayerSetupPatches));
}
void ApplyPatches(Type type)
{
try