added default port 19132

This commit is contained in:
Dylan K. Taylor 2017-02-01 15:23:16 +00:00
parent 38937fc4cc
commit 7701555005

View File

@ -27,7 +27,7 @@ class TransferPacket extends DataPacket{
const NETWORK_ID = Info::TRANSFER_PACKET;
public $address;
public $port;
public $port = 19132;
public function decode(){