mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-12 10:45:50 -07:00
Updated from 1.2.2 to 1.2.3. This fixes BUKKIT-943
This commit is contained in:
@@ -2284,7 +2284,7 @@ public class World implements IBlockAccess {
|
||||
i5 = 1;
|
||||
}
|
||||
|
||||
if (l2 == k2 - i5 && i1 < this.E.length) { // CraftBukkit - <= to <
|
||||
if (l2 == k2 - i5 && i1 < this.E.length) {
|
||||
this.E[i1++] = j4 - i + 32 + (k4 - j + 32 << 6) + (l4 - k + 32 << 12) + (k2 - i5 << 18);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user