mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
Oops x3
This commit is contained in:
parent
b635a54b13
commit
94f2da1e38
@ -28,6 +28,7 @@ class DataPacketReceiveEvent extends ServerEvent implements CancellableEvent{
|
||||
|
||||
public function __construct(Player $player, RakNetDataPacket $packet){
|
||||
$this->packet = $packet;
|
||||
$this->player = $player;
|
||||
}
|
||||
|
||||
public function getPacket(){
|
||||
|
@ -28,6 +28,7 @@ class DataPacketSendEvent extends ServerEvent implements CancellableEvent{
|
||||
|
||||
public function __construct(Player $player, RakNetDataPacket $packet){
|
||||
$this->packet = $packet;
|
||||
$this->player = $player;
|
||||
}
|
||||
|
||||
public function getPacket(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user