mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
improved geometry debloating, also apply on skin changes
This commit is contained in:
@ -126,6 +126,7 @@ class Human extends Creature implements ProjectileSource, InventoryHolder{
|
||||
}
|
||||
|
||||
$this->skin = $skin;
|
||||
$this->skin->debloatGeometryData();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user