mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
New translations, fixed multiplayer.player.leave
This commit is contained in:
@@ -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()
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user