mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Fixed skins issue
This commit is contained in:
@ -567,7 +567,7 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
|
||||
|
||||
public function setSkin($str, $isSlim = false){
|
||||
parent::setSkin($str, $isSlim);
|
||||
if($this->spawned === true){
|
||||
if($this->spawned){
|
||||
$this->respawnToAll();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user