diff options
Diffstat (limited to 'nms-patches/EntityItemFrame.patch')
-rw-r--r-- | nms-patches/EntityItemFrame.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/EntityItemFrame.patch b/nms-patches/EntityItemFrame.patch index 05b65d95..1859a974 100644 --- a/nms-patches/EntityItemFrame.patch +++ b/nms-patches/EntityItemFrame.patch @@ -1,5 +1,5 @@ ---- /home/matt/mc-dev-private//net/minecraft/server/EntityItemFrame.java 2015-02-26 22:40:22.583608139 +0000 -+++ src/main/java/net/minecraft/server/EntityItemFrame.java 2015-02-26 22:40:22.587608139 +0000 +--- a/net/minecraft/server/EntityItemFrame.java ++++ b/net/minecraft/server/EntityItemFrame.java @@ -27,6 +27,11 @@ return false; } else if (!damagesource.isExplosion() && this.getItem() != null) { |