forked from GeyserMC/Geyser
Merge pull request #135 from AJ-Ferguson/submodule-fix
Fix build error caused by mappings submodule
This commit is contained in:
commit
9e923fd59b
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ public class Toolbox {
|
|||
continue bedrockLoop;
|
||||
Object bedrockStateValue = bedrockStateTag.getValue();
|
||||
if (bedrockStateValue instanceof Byte)
|
||||
bedrockStateValue = ((Byte) bedrockStateValue).intValue();
|
||||
bedrockStateValue = ((Byte) bedrockStateValue) != 0;
|
||||
if (!stateEntry.getValue().equals(bedrockStateValue))
|
||||
continue bedrockLoop;
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b9308a64699fabb7510a05d3b270ccd6dd52b635
|
||||
Subproject commit 1ad8a19417391710d34d72214e3aa430f84740cd
|
Loading…
Reference in a new issue