mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Updated languages
This commit is contained in:
@ -512,16 +512,16 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
|
||||
|
||||
public function setSkin($str, $isSlim = false){
|
||||
parent::setSkin($str, $isSlim);
|
||||
$this->despawnFromAll();
|
||||
if($this->spawned === true){
|
||||
$this->despawnFromAll();
|
||||
$this->spawnToAll();
|
||||
}
|
||||
}
|
||||
|
||||
public function setNameTag($name){
|
||||
parent::setNameTag($name);
|
||||
$this->despawnFromAll();
|
||||
if($this->spawned === true){
|
||||
$this->despawnFromAll();
|
||||
$this->spawnToAll();
|
||||
}
|
||||
}
|
||||
@ -1423,7 +1423,7 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
|
||||
|
||||
return;
|
||||
}else{
|
||||
break;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Submodule src/pocketmine/lang/locale updated: fcf778a7e1...ed9a06a6d2
Reference in New Issue
Block a user