Explosion: remove unused variables

This commit is contained in:
Dylan K. Taylor 2022-05-21 22:41:28 +01:00
parent 331b05c681
commit 645c44ae9c
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -95,9 +95,6 @@ class Explosion{
$blockFactory = BlockFactory::getInstance();
$currentChunk = null;
$currentSubChunk = null;
$mRays = $this->rays - 1;
for($i = 0; $i < $this->rays; ++$i){
for($j = 0; $j < $this->rays; ++$j){