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