aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-API-Patches
diff options
context:
space:
mode:
authorAikar <[email protected]>2016-06-04 11:41:04 -0400
committerAikar <[email protected]>2016-06-04 11:41:04 -0400
commitf4a43ec92d6849bb55ac137d91ee9f3b75d56dc3 (patch)
tree418d7e11fea79483cb8d2604a728110531520f55 /Spigot-API-Patches
parente4e87d78ae61b824690c82acf1d0d4889fc1c078 (diff)
downloadPaper-f4a43ec92d6849bb55ac137d91ee9f3b75d56dc3.tar.gz
Paper-f4a43ec92d6849bb55ac137d91ee9f3b75d56dc3.zip
Update Upstream
Diffstat (limited to 'Spigot-API-Patches')
-rw-r--r--Spigot-API-Patches/0007-Entity-Origin-API.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/Spigot-API-Patches/0007-Entity-Origin-API.patch b/Spigot-API-Patches/0007-Entity-Origin-API.patch
index 6355ad2394..e32ad2db21 100644
--- a/Spigot-API-Patches/0007-Entity-Origin-API.patch
+++ b/Spigot-API-Patches/0007-Entity-Origin-API.patch
@@ -1,14 +1,14 @@
-From 80f0b1f242c4e32979a05cc74f0e482c2fdbc0fa Mon Sep 17 00:00:00 2001
+From e1bfb9a5ac6112089f5a13e5b8db381c4d872bcf Mon Sep 17 00:00:00 2001
From: Byteflux <[email protected]>
Date: Mon, 29 Feb 2016 17:50:31 -0600
Subject: [PATCH] Entity Origin API
diff --git a/src/main/java/org/bukkit/entity/Entity.java b/src/main/java/org/bukkit/entity/Entity.java
-index e5fc22a..ef6d467 100644
+index 8837641..713add6 100644
--- a/src/main/java/org/bukkit/entity/Entity.java
+++ b/src/main/java/org/bukkit/entity/Entity.java
-@@ -391,4 +391,15 @@ public interface Entity extends Metadatable, CommandSender {
+@@ -407,4 +407,15 @@ public interface Entity extends Metadatable, CommandSender {
Spigot spigot();
// Spigot End
@@ -61,5 +61,5 @@ index 3ce322d..69df487 100644
+ public org.bukkit.Location getSourceLoc();
}
--
-2.8.0
+2.8.3