mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Added Inventory interfaces and types, updated long array() to []
This commit is contained in:
@ -40,7 +40,7 @@ class PlayerChatEvent extends PlayerEvent implements Cancellable{
|
||||
/**
|
||||
* @var Player[]
|
||||
*/
|
||||
protected $recipients = array();
|
||||
protected $recipients = [];
|
||||
|
||||
public function __construct(Player $player, $message, $format = "<%s> %s", array $recipients = null){
|
||||
$this->player = $player;
|
||||
|
Reference in New Issue
Block a user