3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-08 20:43:04 +02:00

Fix build error caused by mappings submodule

Dieser Commit ist enthalten in:
AJ Ferguson 2020-01-08 19:48:03 -09:00
Ursprung dc594ee22c
Commit 9f7cba1915
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -133,7 +133,7 @@ public class Toolbox {
continue bedrockLoop; continue bedrockLoop;
Object bedrockStateValue = bedrockStateTag.getValue(); Object bedrockStateValue = bedrockStateTag.getValue();
if (bedrockStateValue instanceof Byte) if (bedrockStateValue instanceof Byte)
bedrockStateValue = ((Byte) bedrockStateValue).intValue(); bedrockStateValue = ((Byte) bedrockStateValue) != 0;
if (!stateEntry.getValue().equals(bedrockStateValue)) if (!stateEntry.getValue().equals(bedrockStateValue))
continue bedrockLoop; continue bedrockLoop;
} }

@ -1 +1 @@
Subproject commit b9308a64699fabb7510a05d3b270ccd6dd52b635 Subproject commit 1ad8a19417391710d34d72214e3aa430f84740cd