mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Properly localize jukebox popups
This commit is contained in:
@ -2014,11 +2014,8 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
|
||||
$this->getNetworkSession()->onChatMessage($message);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string[] $args
|
||||
*/
|
||||
public function sendJukeboxPopup(string $key, array $args) : void{
|
||||
$this->getNetworkSession()->onJukeboxPopup($key, $args);
|
||||
public function sendJukeboxPopup(Translatable|string $message) : void{
|
||||
$this->getNetworkSession()->onJukeboxPopup($message);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user