mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
Update to Minecraft 1.9
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
--- a/net/minecraft/server/TileEntityPiston.java
|
||||
+++ b/net/minecraft/server/TileEntityPiston.java
|
||||
@@ -104,6 +104,7 @@
|
||||
@@ -132,6 +132,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);
|
||||
this.i();
|
||||
|
Reference in New Issue
Block a user