mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-18 17:11:28 +00:00
New translations, fixed multiplayer.player.leave
This commit is contained in:
parent
87a779afaf
commit
6504047292
@ -222,7 +222,7 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
|
|||||||
private $perm = null;
|
private $perm = null;
|
||||||
|
|
||||||
public function getLeaveMessage(){
|
public function getLeaveMessage(){
|
||||||
return new TranslationContainer(TextFormat::YELLOW . "%multiplayer.player.leave", [
|
return new TranslationContainer(TextFormat::YELLOW . "%multiplayer.player.left", [
|
||||||
$this->getDisplayName()
|
$this->getDisplayName()
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 6359f90038c6a1e0eaf24509bb1b43aa5c4556b8
|
Subproject commit 6327ab744e7951f596c6958f093e1afb84ab20cb
|
Loading…
x
Reference in New Issue
Block a user