Updated languages

This commit is contained in:
Shoghi Cervantes 2015-04-13 00:25:39 +02:00
parent 5e2a21fc26
commit 928660d59a
No known key found for this signature in database
GPG Key ID: 78464DB0A7837F89
2 changed files with 4 additions and 4 deletions

View File

@ -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