mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-29 08:32:14 -04:00
Don't send ChangeModel to clients which do not support it. (Thanks 123DMWM)
This commit is contained in:
parent
402994e4ac
commit
4e3e004b8b
@ -143,7 +143,7 @@ namespace MCGalaxy
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (p.model != "humanoid") SendChangeModel(p.id, p.model);
|
if (p.model != "humanoid") SendChangeModel(p.id, p.model);
|
||||||
if (hasChangeModel && model != "humanoid")
|
if (p.hasChangeModel && model != "humanoid")
|
||||||
p.SendChangeModel(id, model);
|
p.SendChangeModel(id, model);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user