mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 20:53:54 -07:00
Fix 'Block Transmute'. Bug where you could change the data of a block 'on demand'.
This commit is contained in:
@@ -316,6 +316,8 @@ public class Chunk {
|
||||
}
|
||||
}
|
||||
|
||||
if ((this.b[i << this.world.heightBitsPlusFour | k << this.world.heightBits | j] & 255) != l) return false; // CraftBukkit
|
||||
|
||||
this.g.a(i, j, k, i1);
|
||||
if (!this.world.worldProvider.f) {
|
||||
if (Block.lightBlock[b0 & 255] != 0) {
|
||||
|
Reference in New Issue
Block a user