Updated from 1.2.2 to 1.2.3. This fixes BUKKIT-943

This commit is contained in:
Nathan Adams
2012-03-02 19:31:06 +00:00
parent cb669f72a0
commit a42e710bbc
6 changed files with 12 additions and 12 deletions

View File

@@ -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);
}
}