Line endings, damnit!

This commit is contained in:
Dinnerbone
2011-03-27 20:57:46 +01:00
parent f1ffeb256d
commit c47db7092b
3 changed files with 228 additions and 228 deletions

View File

@@ -70,7 +70,7 @@ public class ItemInWorldManager {
if (l == Block.WOODEN_DOOR.id) {
// For some reason *BOTH* the bottom/top part have to be marked updated.
boolean bottom = (this.b.getData(i, j, k) & 8) == 0;
((EntityPlayer) this.a).a.b((Packet) (new Packet53BlockChange(i, j, k, this.b)));
((EntityPlayer) this.a).a.b((Packet) (new Packet53BlockChange(i, j, k, this.b)));
((EntityPlayer) this.a).a.b((Packet) (new Packet53BlockChange(i, j + (bottom ? 1 : -1), k, this.b)));
}
} else {