summaryrefslogtreecommitdiffstats
path: root/nms-patches/TileEntityPiston.patch
blob: 68f6a5b787a2e7691a19a7a93af567a3efaede06 (plain)
1
2
3
4
5
6
7
8
@@ -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);