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:
@ -38,7 +38,7 @@ use pocketmine\utils\BinaryStream;
|
||||
|
||||
class Chunk{
|
||||
|
||||
const MAX_SUBCHUNKS = 16;
|
||||
public const MAX_SUBCHUNKS = 16;
|
||||
|
||||
protected $x;
|
||||
protected $z;
|
||||
|
Reference in New Issue
Block a user