Archiviert
13
0

SPIGOT-970, MC-80484: Disallow NBT pick block on chests.

Dieser Commit ist enthalten in:
md_5 2015-06-12 15:30:12 +10:00
Ursprung b023c53e03
Commit a2d26409f7

Datei anzeigen

@ -100,3 +100,18 @@
this.world.applyPhysics(this.position, this.w()); this.world.applyPhysics(this.position, this.w());
this.world.applyPhysics(this.position.down(), this.w()); this.world.applyPhysics(this.position.down(), this.w());
} }
@@ -370,6 +425,14 @@
}
+ // CraftBukkit start
+ // PAIL
+ @Override
+ public boolean F() {
+ return true;
+ }
+ // CraftBukkit end
+
static class SyntheticClass_1 {
static final int[] a = new int[EnumDirection.values().length];