[TrackedControllerFix] Fixes for 2023r171

This commit is contained in:
NotAKidoS 2023-07-28 23:13:24 -05:00
parent 2d6c4a3fc5
commit ffca0b8f3f
5 changed files with 90 additions and 50 deletions

View file

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