mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
added default port 19132
This commit is contained in:
@@ -27,7 +27,7 @@ class TransferPacket extends DataPacket{
|
||||
const NETWORK_ID = Info::TRANSFER_PACKET;
|
||||
|
||||
public $address;
|
||||
public $port;
|
||||
public $port = 19132;
|
||||
|
||||
public function decode(){
|
||||
|
||||
|
Reference in New Issue
Block a user