Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-08 09:10:10 +01:00
this is wrong
Dieser Commit ist enthalten in:
Ursprung
6a00bf099e
Commit
2e5f3e4d66
@ -67,7 +67,7 @@ public final class WorldPackets {
|
||||
handler(wrapper -> {
|
||||
final int chunkX = wrapper.passthrough(Type.VAR_INT);
|
||||
final int chunkZ = wrapper.passthrough(Type.VAR_INT);
|
||||
if (!Via.getConfig().cache1_17Light() && wrapper.user().get(ChunkLightStorage.class).isLoaded(chunkX, chunkZ)) {
|
||||
if (wrapper.user().get(ChunkLightStorage.class).isLoaded(chunkX, chunkZ)) {
|
||||
// Light packets updating already sent chunks are the same as before
|
||||
return;
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren