mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 14:35:35 +00:00
Don't dump subchunk raw data
This commit is contained in:
parent
e15eefc58f
commit
2688228a6f
@ -238,4 +238,8 @@ class SubChunk implements SubChunkInterface{
|
||||
substr($data, 8192, 2048) //block light
|
||||
);
|
||||
}
|
||||
|
||||
public function __debugInfo(){
|
||||
return [];
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user