mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
MCPE protocol gets its own namespace
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
|
||||
namespace pocketmine\scheduler;
|
||||
|
||||
use pocketmine\network\protocol\Info;
|
||||
use pocketmine\network\mcpe\protocol\ProtocolInfo;
|
||||
use pocketmine\Server;
|
||||
use pocketmine\utils\Utils;
|
||||
use pocketmine\utils\UUID;
|
||||
@ -58,7 +58,7 @@ class SendUsageTask extends AsyncTask{
|
||||
"build" => $version->getBuild(),
|
||||
"api" => $server->getApiVersion(),
|
||||
"minecraftVersion" => $server->getVersion(),
|
||||
"protocol" => Info::CURRENT_PROTOCOL
|
||||
"protocol" => ProtocolInfo::CURRENT_PROTOCOL
|
||||
];
|
||||
|
||||
$data["system"] = [
|
||||
|
Reference in New Issue
Block a user