mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 10:12:06 -07:00
Add LEFT_CLICK_BLOCK's face
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user