Don't dump subchunk raw data

This commit is contained in:
Dylan K. Taylor 2017-08-18 16:57:07 +01:00
parent e15eefc58f
commit 2688228a6f

View File

@ -238,4 +238,8 @@ class SubChunk implements SubChunkInterface{
substr($data, 8192, 2048) //block light
);
}
public function __debugInfo(){
return [];
}
}