[AASBufferFix] Cleanup

This commit is contained in:
NotAKidoS 2023-06-30 19:52:25 -05:00
parent 37875a2c7c
commit c7ca08cd4d
3 changed files with 8 additions and 5 deletions

View file

@ -24,7 +24,7 @@ internal class HarmonyPatches
externalBuffer?.OnAvatarInstantiated(____animator);
}
[HarmonyPostfix]
[HarmonyPatch(typeof(PuppetMaster), "AvatarDestroyed")]
private static void Postfix_PuppetMaster_AvatarDestroyed(ref PuppetMaster __instance)