diff --git a/SkinHide/Patches/PlayerPatch.cs b/SkinHide/Patches/PlayerPatch.cs index f52232c..ef9a4ea 100644 --- a/SkinHide/Patches/PlayerPatch.cs +++ b/SkinHide/Patches/PlayerPatch.cs @@ -30,7 +30,7 @@ namespace SkinHide.Patches } else { - isYouPlayer = __instance == Singleton.Instance.AllPlayers[0]; + isYouPlayer = __instance.Id == 1; } if (isYouPlayer)