mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-27 21:19:00 +01:00
Re-re-fixed block transmutation
This commit is contained in:
parent
cf9d00a71a
commit
36406afa6b
@ -372,7 +372,6 @@ public class Chunk {
|
||||
flag = j >= k1;
|
||||
}
|
||||
|
||||
if (chunksection.a(i, j & 15, k) != l) return false; // CraftBukkit - remove next update
|
||||
chunksection.a(i, j & 15, k, l);
|
||||
int i2 = this.x * 16 + i;
|
||||
int j2 = this.z * 16 + k;
|
||||
@ -385,6 +384,7 @@ public class Chunk {
|
||||
}
|
||||
}
|
||||
|
||||
if (chunksection.a(i, j & 15, k) != l) return false; // CraftBukkit - remove next update
|
||||
chunksection.b(i, j & 15, k, i1);
|
||||
if (flag) {
|
||||
this.initLighting();
|
||||
|
Loading…
Reference in New Issue
Block a user