Update for 1.6.3

This commit is contained in:
Dinnerbone
2011-05-26 14:28:58 +01:00
parent 6903f20242
commit dc76d3a64a
4 changed files with 3 additions and 12 deletions

View File

@@ -283,11 +283,7 @@ public class World implements IBlockAccess {
if (this.setRawData(i, j, k, l)) {
int i1 = this.getTypeId(i, j, k);
if (Block.t[i1 & 255]) {
this.update(i, j, k, i1);
} else {
this.applyPhysics(i, j, k, i1);
}
this.update(i, j, k, i1);
}
}