This commit is contained in:
kmyuhkyuk 2023-01-15 04:42:28 +08:00
parent 4944c33cc8
commit 98d557f8e3

View File

@ -30,7 +30,7 @@ namespace SkinHide.Patches
}
else
{
isYouPlayer = __instance == Singleton<GameWorld>.Instance.AllPlayers[0];
isYouPlayer = __instance.Id == 1;
}
if (isYouPlayer)