Check for existence of ChunkUtils extension

This commit is contained in:
Dylan K. Taylor 2017-08-31 21:04:36 +01:00
parent 9ea39ea3d7
commit 297cfcf168

View File

@ -23,6 +23,7 @@ declare(strict_types=1);
namespace pocketmine\level\format\io;
if(!extension_loaded('pocketmine_chunkutils')){
class ChunkUtils{
/**
@ -104,3 +105,4 @@ class ChunkUtils{
}
}
}