Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-04 23:30:24 +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()) {
|
||||
Via.getPlatform().getLogger().warning("Missing block completely " + oldId);
|
||||
}
|
||||
// Default stone
|
||||
return 1;
|
||||
// Default air
|
||||
return 0;
|
||||
}
|
||||
|
||||
private static int checkStorage(UserConnection user, Position position, int newId) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren