mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 03:52:45 +01:00
d506c12c07
By: md_5 <git@md-5.net>
10 lines
286 B
Diff
10 lines
286 B
Diff
--- a/net/minecraft/server/TileEntityPiston.java
|
|
+++ b/net/minecraft/server/TileEntityPiston.java
|
|
@@ -132,6 +132,7 @@
|
|
}
|
|
|
|
public void c() {
|
|
+ if (this.world == null) return; // CraftBukkit
|
|
this.j = this.i;
|
|
if (this.j >= 1.0F) {
|
|
this.j();
|