Some PhpStorm cleanup

This commit is contained in:
Dylan K. Taylor
2017-02-12 12:36:02 +00:00
parent 5a12f40074
commit 8f9c52507a
5 changed files with 3 additions and 9 deletions

View File

@ -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){