mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Oops my bad that makes no sense :)
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
This commit is contained in:
parent
410712cb78
commit
8b8cc5bd33
1 changed files with 0 additions and 1 deletions
|
@ -214,7 +214,6 @@ public class JavaLevelChunkWithLightTranslator extends PacketTranslator<Clientbo
|
||||||
if (!session.getBlockMappings().getExtendedCollisionBoxes().isEmpty() && !extendedCollision) {
|
if (!session.getBlockMappings().getExtendedCollisionBoxes().isEmpty() && !extendedCollision) {
|
||||||
if (session.getBlockMappings().getExtendedCollisionBoxes().get(javaId) != null) {
|
if (session.getBlockMappings().getExtendedCollisionBoxes().get(javaId) != null) {
|
||||||
extendedCollision = true;
|
extendedCollision = true;
|
||||||
bedrockPalette = new IntArrayList();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue