Paper/nms-patches/TileEntityPiston.patch

11 lines
286 B
Diff
Raw Normal View History

2015-05-25 12:37:24 +02:00
--- a/net/minecraft/server/TileEntityPiston.java
+++ b/net/minecraft/server/TileEntityPiston.java
2016-02-29 22:32:46 +01:00
@@ -132,6 +132,7 @@
}
public void c() {
+ if (this.world == null) return; // CraftBukkit
this.j = this.i;
if (this.j >= 1.0F) {
2016-02-29 22:32:46 +01:00
this.i();