diff --git a/SkinHide/Patches/GamePlayerOwnerPatch.cs b/SkinHide/Patches/GamePlayerOwnerPatch.cs index 043ca38..0352af9 100644 --- a/SkinHide/Patches/GamePlayerOwnerPatch.cs +++ b/SkinHide/Patches/GamePlayerOwnerPatch.cs @@ -7,7 +7,6 @@ namespace SkinHide.Patches { public class GamePlayerOwnerPatch : ModulePatch { - protected override MethodBase GetTargetMethod() { return typeof(GamePlayerOwner).GetMethod("method_6", PatchConstants.PrivateFlags); diff --git a/SkinHide/Patches/PlayerModelViewPatch.cs b/SkinHide/Patches/PlayerModelViewPatch.cs index debe36e..bbd3097 100644 --- a/SkinHide/Patches/PlayerModelViewPatch.cs +++ b/SkinHide/Patches/PlayerModelViewPatch.cs @@ -8,7 +8,6 @@ namespace SkinHide.Patches { public class PlayerModelViewPatch : ModulePatch { - protected override MethodBase GetTargetMethod() { return typeof(PlayerModelView).GetMethod("method_0", PatchConstants.PrivateFlags);