mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Some PhpStorm cleanup
This commit is contained in:
@ -36,8 +36,6 @@ class ChunkUtils{
|
||||
$result = str_repeat("\x00", 4096);
|
||||
if($array !== $result){
|
||||
$i = 0;
|
||||
$zM = 0;
|
||||
$yM = 0;
|
||||
for($x = 0; $x < 16; ++$x){
|
||||
$zM = $x + 256;
|
||||
for($z = $x; $z < $zM; $z += 16){
|
||||
|
Reference in New Issue
Block a user