mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-18 17:34:11 +00:00
LevelDB: Remove happy debug message
This commit is contained in:
parent
6c59912ed5
commit
82b75e0ccb
@ -179,8 +179,6 @@ class LevelDB extends BaseWorldProvider implements WritableWorldProvider{
|
||||
throw new CorruptedChunkException("CustomItemAPI borked 0 bpb palette should always have a length of 1");
|
||||
}
|
||||
$logger->error("Unexpected palette size for 0 bpb palette");
|
||||
}else{
|
||||
$logger->debug("Normal 0 bpb palette found :)");
|
||||
}
|
||||
}else{
|
||||
$paletteSize = $stream->getLInt();
|
||||
|
Loading…
x
Reference in New Issue
Block a user