mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Bulk addition of constant visibilities
thanks PhpStorm inspections plugin for annoying the shit out of me until I did this.
This commit is contained in:
@ -33,8 +33,8 @@ use pocketmine\utils\Binary;
|
||||
class QueryHandler{
|
||||
private $server, $lastToken, $token, $longData, $shortData, $timeout;
|
||||
|
||||
const HANDSHAKE = 9;
|
||||
const STATISTICS = 0;
|
||||
public const HANDSHAKE = 9;
|
||||
public const STATISTICS = 0;
|
||||
|
||||
public function __construct(){
|
||||
$this->server = Server::getInstance();
|
||||
|
Reference in New Issue
Block a user