mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +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()
|
||||
]);
|
||||
}
|
||||
|
Submodule src/pocketmine/lang/locale updated: 6359f90038...6327ab744e
Reference in New Issue
Block a user