mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 17:52:02 -07:00
Update to Minecraft 1.9
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/EntityItemFrame.java
|
||||
+++ b/net/minecraft/server/EntityItemFrame.java
|
||||
@@ -27,6 +27,11 @@
|
||||
@@ -31,6 +31,11 @@
|
||||
return false;
|
||||
} else if (!damagesource.isExplosion() && this.getItem() != null) {
|
||||
if (!this.world.isClientSide) {
|
||||
@@ -9,6 +9,6 @@
|
||||
+ return true;
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
this.a(damagesource.getEntity(), false);
|
||||
this.b(damagesource.getEntity(), false);
|
||||
this.a(SoundEffects.cR, 1.0F, 1.0F);
|
||||
this.setItem((ItemStack) null);
|
||||
}
|
||||
|
Reference in New Issue
Block a user