mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 17:29:44 +00:00
Updated languages
This commit is contained in:
parent
5e2a21fc26
commit
928660d59a
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit fcf778a7e1aae1cabd12235ef901238ac7b803cc
|
||||
Subproject commit ed9a06a6d2bb491782ec2c8b4310aa683cfdf8af
|
Loading…
x
Reference in New Issue
Block a user