summaryrefslogtreecommitdiffstats
path: root/nms-patches/TileEntityPiston.patch
blob: 6a268ddbdee1d3e57589ff529413add131947a7b (plain)
1
2
3
4
5
6
7
8
9
10
--- ../work/decompile-8eb82bde//net/minecraft/server/TileEntityPiston.java	2014-11-28 17:43:43.409707428 +0000
+++ src/main/java/net/minecraft/server/TileEntityPiston.java	2014-11-28 17:38:23.000000000 +0000
@@ -104,6 +104,7 @@
     }
 
     public void c() {
+        if (this.world == null) return; // CraftBukkit
         this.j = this.i;
         if (this.j >= 1.0F) {
             this.a(1.0F, 0.25F);