aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch
diff options
context:
space:
mode:
authorSpottedleaf <[email protected]>2019-05-05 19:58:04 -0700
committerSpottedleaf <[email protected]>2019-05-05 19:58:04 -0700
commiteeb2ecd7891019280b2f3d6622e559bec4aa8007 (patch)
tree8817483ac7512f115cf3b6b7d2f3e44876541ae4 /Spigot-Server-Patches/0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch
parentcb24079b773330620ba2fa737168798d17d487d0 (diff)
downloadPaper-eeb2ecd7891019280b2f3d6622e559bec4aa8007.tar.gz
Paper-eeb2ecd7891019280b2f3d6622e559bec4aa8007.zip
Update Upstream
Diffstat (limited to 'Spigot-Server-Patches/0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch')
-rw-r--r--Spigot-Server-Patches/0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/Spigot-Server-Patches/0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch b/Spigot-Server-Patches/0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch
index 77424a5e9f..1ee73f2932 100644
--- a/Spigot-Server-Patches/0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch
+++ b/Spigot-Server-Patches/0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch
@@ -1,4 +1,4 @@
-From 4c5ba563e76ce1ad1703efc25ef3952b56e373e6 Mon Sep 17 00:00:00 2001
+From cd36b4b77d0828ac52974d0ec163f700246157f6 Mon Sep 17 00:00:00 2001
From: Byteflux <[email protected]>
Date: Tue, 1 Mar 2016 14:14:15 -0600
Subject: [PATCH] Drop falling block and tnt entities at the specified height
@@ -24,10 +24,10 @@ index 3f734327c0..1ed58f4bba 100644
+ }
}
diff --git a/src/main/java/net/minecraft/server/Entity.java b/src/main/java/net/minecraft/server/Entity.java
-index 114a851f0f..ca21afc199 100644
+index 6127f9ba96..ffad35a61f 100644
--- a/src/main/java/net/minecraft/server/Entity.java
+++ b/src/main/java/net/minecraft/server/Entity.java
-@@ -1769,6 +1769,7 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke
+@@ -1783,6 +1783,7 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke
return this.a(itemstack, 0.0F);
}