mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Skin: debloat geometry in constructor directly
This commit is contained in:
@ -160,7 +160,6 @@ class Human extends Creature implements ProjectileSource, InventoryHolder{
|
||||
*/
|
||||
public function setSkin(Skin $skin) : void{
|
||||
$this->skin = $skin;
|
||||
$this->skin->debloatGeometryData();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user