mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
added default port 19132
This commit is contained in:
parent
38937fc4cc
commit
7701555005
@ -27,7 +27,7 @@ class TransferPacket extends DataPacket{
|
||||
const NETWORK_ID = Info::TRANSFER_PACKET;
|
||||
|
||||
public $address;
|
||||
public $port;
|
||||
public $port = 19132;
|
||||
|
||||
public function decode(){
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user