mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 16:59:44 +00:00
Player: remove deprecated parameter from sendPopup()
This commit is contained in:
parent
a6395c9ac7
commit
42b1c45fa5
@ -2164,9 +2164,8 @@ class Player extends Human implements CommandSender, ChunkLoader, ChunkListener,
|
||||
* TODO: add translation type popups
|
||||
*
|
||||
* @param string $message
|
||||
* @param string $subtitle @deprecated
|
||||
*/
|
||||
public function sendPopup(string $message, string $subtitle = ""){
|
||||
public function sendPopup(string $message){
|
||||
$this->networkSession->onPopup($message);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user