diff --git a/src/world/light/SkyLightUpdate.php b/src/world/light/SkyLightUpdate.php index 2c4214568..a505fde02 100644 --- a/src/world/light/SkyLightUpdate.php +++ b/src/world/light/SkyLightUpdate.php @@ -30,7 +30,6 @@ use pocketmine\world\format\SubChunk; use pocketmine\world\utils\SubChunkExplorer; use pocketmine\world\utils\SubChunkExplorerStatus; use pocketmine\world\World; -use function count; use function max; class SkyLightUpdate extends LightUpdate{