aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0059-Configurable-inter-world-teleportation-safety.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0059-Configurable-inter-world-teleportation-safety.patch')
-rw-r--r--patches/server/0059-Configurable-inter-world-teleportation-safety.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0059-Configurable-inter-world-teleportation-safety.patch b/patches/server/0059-Configurable-inter-world-teleportation-safety.patch
index caf6a2581b..d2b98f50be 100644
--- a/patches/server/0059-Configurable-inter-world-teleportation-safety.patch
+++ b/patches/server/0059-Configurable-inter-world-teleportation-safety.patch
@@ -16,10 +16,10 @@ The wanted destination was on top of the emerald block however the player ended
This only is the case if the player is teleporting between worlds.
diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
-index 136dd30ae472a58845a2d8f399d2040faed09345..a58b0d10d73310587a05e40e072029ee258063e1 100644
+index 1cb9dbb01a320081188320048d36f61434efa109..73b6740cf50d878b98438f58c2291c0d13f412b7 100644
--- a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
+++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
-@@ -1171,7 +1171,7 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
+@@ -1168,7 +1168,7 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
entity.connection.teleport(to);
} else {
// The respawn reason should never be used if the passed location is non null.