New translations, fixed multiplayer.player.leave

This commit is contained in:
Shoghi Cervantes
2015-04-11 18:19:28 +02:00
parent 87a779afaf
commit 6504047292
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
private $perm = null;
public function getLeaveMessage(){
return new TranslationContainer(TextFormat::YELLOW . "%multiplayer.player.leave", [
return new TranslationContainer(TextFormat::YELLOW . "%multiplayer.player.left", [
$this->getDisplayName()
]);
}