2015-05-25 20:37:24 +10:00
|
|
|
--- a/net/minecraft/server/TileEntityPiston.java
|
|
|
|
+++ b/net/minecraft/server/TileEntityPiston.java
|
2016-03-01 08:32:46 +11:00
|
|
|
@@ -132,6 +132,7 @@
|
2014-11-26 08:32:16 +11:00
|
|
|
}
|
|
|
|
|
|
|
|
public void c() {
|
|
|
|
+ if (this.world == null) return; // CraftBukkit
|
|
|
|
this.j = this.i;
|
|
|
|
if (this.j >= 1.0F) {
|
2016-03-01 08:32:46 +11:00
|
|
|
this.i();
|