diff --git a/Player/Player.CPE.cs b/Player/Player.CPE.cs index 22c00ef2c..573706eb3 100644 --- a/Player/Player.CPE.cs +++ b/Player/Player.CPE.cs @@ -143,7 +143,7 @@ namespace MCGalaxy } if (p.model != "humanoid") SendChangeModel(p.id, p.model); - if (hasChangeModel && model != "humanoid") + if (p.hasChangeModel && model != "humanoid") p.SendChangeModel(id, model); }