Update
This commit is contained in:
parent
676cf49c55
commit
3a9b693802
@ -19,7 +19,7 @@ namespace SkinHide.Patches
|
||||
{
|
||||
await __result;
|
||||
|
||||
SkinHidePlugin.PlayerModelView = __instance.gameObject.GetComponentInChildren<PlayerBody>();
|
||||
SkinHidePlugin.PlayerModelView = __instance.GetComponentInChildren<PlayerBody>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -20,11 +20,11 @@ namespace SkinHide.Patches
|
||||
|
||||
if (__instance.IsYourPlayer)
|
||||
{
|
||||
SkinHidePlugin.Player = __instance.gameObject.GetComponentInChildren<PlayerBody>();
|
||||
SkinHidePlugin.Player = __instance.GetComponentInChildren<PlayerBody>();
|
||||
}
|
||||
else
|
||||
{
|
||||
SkinHidePlugin.Bot.Add(__instance.gameObject.GetComponentInChildren<PlayerBody>());
|
||||
SkinHidePlugin.Bot.Add(__instance.GetComponentInChildren<PlayerBody>());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user