From 86401f86aef345d7eaaa449aa1700761c17a9b3c Mon Sep 17 00:00:00 2001 From: kmyuhkyuk <2451614940@qq.com> Date: Thu, 5 Jan 2023 08:50:05 +0800 Subject: [PATCH] Update --- SkinHide/Patches/PlayerPatch.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SkinHide/Patches/PlayerPatch.cs b/SkinHide/Patches/PlayerPatch.cs index f4f62e1..f52232c 100644 --- a/SkinHide/Patches/PlayerPatch.cs +++ b/SkinHide/Patches/PlayerPatch.cs @@ -12,11 +12,6 @@ namespace SkinHide.Patches { private static readonly bool Is231Up = SkinHidePlugin.GameVersion > new Version("0.12.12.17349"); - static PlayerPatch() - { - Is231Up = typeof(Player).GetProperty("IsYourPlayer").GetSetMethod() == null; - } - protected override MethodBase GetTargetMethod() { return typeof(Player).GetMethod("Init", PatchConstants.PrivateFlags);