LevelDB: Remove happy debug message

This commit is contained in:
Dylan K. Taylor 2023-07-19 15:21:47 +01:00
parent 6c59912ed5
commit 82b75e0ccb
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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();