mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Separate writable parts of RegionWorldProvider into WritableRegionWorldProvider
This commit is contained in:
@@ -46,11 +46,6 @@ use function zlib_decode;
|
||||
* @internal
|
||||
*/
|
||||
trait LegacyAnvilChunkTrait{
|
||||
|
||||
protected function serializeChunk(Chunk $chunk) : string{
|
||||
throw new \RuntimeException("Unsupported");
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws CorruptedChunkException
|
||||
*/
|
||||
|
Reference in New Issue
Block a user