Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-18 20:40:08 +01:00
Re-fixed block transmutation
Dieser Commit ist enthalten in:
Ursprung
848344250d
Commit
cf9d00a71a
@ -372,6 +372,7 @@ public class Chunk {
|
|||||||
flag = j >= k1;
|
flag = j >= k1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (chunksection.a(i, j & 15, k) != l) return false; // CraftBukkit - remove next update
|
||||||
chunksection.a(i, j & 15, k, l);
|
chunksection.a(i, j & 15, k, l);
|
||||||
int i2 = this.x * 16 + i;
|
int i2 = this.x * 16 + i;
|
||||||
int j2 = this.z * 16 + k;
|
int j2 = this.z * 16 + k;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren