Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-20 06:50:08 +01:00
Return air instead of stone for unknown block ids (#3539)
Dieser Commit ist enthalten in:
Ursprung
45d08e9066
Commit
0ac29fb2c2
@ -582,8 +582,8 @@ public class WorldPackets {
|
|||||||
if (!Via.getConfig().isSuppressConversionWarnings() || Via.getManager().isDebug()) {
|
if (!Via.getConfig().isSuppressConversionWarnings() || Via.getManager().isDebug()) {
|
||||||
Via.getPlatform().getLogger().warning("Missing block completely " + oldId);
|
Via.getPlatform().getLogger().warning("Missing block completely " + oldId);
|
||||||
}
|
}
|
||||||
// Default stone
|
// Default air
|
||||||
return 1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static int checkStorage(UserConnection user, Position position, int newId) {
|
private static int checkStorage(UserConnection user, Position position, int newId) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren