Add LEFT_CLICK_BLOCK's face

This commit is contained in:
Erik Broes
2011-03-26 09:56:16 +01:00
parent 49955d5a1d
commit 1cbed230d6
2 changed files with 5 additions and 3 deletions

View File

@@ -351,7 +351,8 @@ public class NetServerHandler extends NetHandler implements ICommandListener {
if (packet14blockdig.e == 0) {
// CraftBukkit
if (i1 > this.d.spawnProtection || flag) {
this.e.c.a(i, j, k);
// CraftBukkit add face argument
this.e.c.a(i, j, k, packet14blockdig.d);
}
} else if (packet14blockdig.e == 2) {
this.e.c.b(i, j, k);