aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0189-Entity-fromMobSpawner.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-Server-Patches/0189-Entity-fromMobSpawner.patch')
-rw-r--r--Spigot-Server-Patches/0189-Entity-fromMobSpawner.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0189-Entity-fromMobSpawner.patch b/Spigot-Server-Patches/0189-Entity-fromMobSpawner.patch
index 6f175c5a97..d7288711e6 100644
--- a/Spigot-Server-Patches/0189-Entity-fromMobSpawner.patch
+++ b/Spigot-Server-Patches/0189-Entity-fromMobSpawner.patch
@@ -16,7 +16,7 @@ index 7ac07ac07ac0..7ac07ac07ac0 100644
protected int numCollisions = 0; // Paper
public void inactiveTick() { }
// Spigot end
-@@ -1649,6 +1650,10 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke
+@@ -1650,6 +1651,10 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke
if (origin != null) {
nbttagcompound.set("Paper.Origin", this.createList(origin.getX(), origin.getY(), origin.getZ()));
}
@@ -27,7 +27,7 @@ index 7ac07ac07ac0..7ac07ac07ac0 100644
// Paper end
return nbttagcompound;
} catch (Throwable throwable) {
-@@ -1796,6 +1801,8 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke
+@@ -1797,6 +1802,8 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke
if (!originTag.isEmpty()) {
origin = new Location(world.getWorld(), originTag.getDoubleAt(0), originTag.getDoubleAt(1), originTag.getDoubleAt(2));
}