mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-30 04:02:50 +01:00
Re-fixed block transmutation
This commit is contained in:
parent
848344250d
commit
cf9d00a71a
1 changed files with 1 additions and 0 deletions
|
@ -372,6 +372,7 @@ 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;
|
||||
|
|
Loading…
Reference in a new issue