mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Don't dump subchunk raw data
This commit is contained in:
@ -238,4 +238,8 @@ class SubChunk implements SubChunkInterface{
|
|||||||
substr($data, 8192, 2048) //block light
|
substr($data, 8192, 2048) //block light
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function __debugInfo(){
|
||||||
|
return [];
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user