diff options
author | md_5 <git@md-5.net> | 2017-06-04 08:34:52 +1000 |
---|---|---|
committer | md_5 <git@md-5.net> | 2017-06-04 08:34:52 +1000 |
commit | 9a032b246ba596a47c7b9f3c91d4260d84157ce8 (patch) | |
tree | fa4953fd05244219fcd69742160359db018f3650 /nms-patches | |
parent | 701b06494ddf4a807788f159fe5aa7e63dff7a42 (diff) | |
download | craftbukkit-9a032b246ba596a47c7b9f3c91d4260d84157ce8.tar craftbukkit-9a032b246ba596a47c7b9f3c91d4260d84157ce8.tar.gz craftbukkit-9a032b246ba596a47c7b9f3c91d4260d84157ce8.tar.lz craftbukkit-9a032b246ba596a47c7b9f3c91d4260d84157ce8.tar.xz craftbukkit-9a032b246ba596a47c7b9f3c91d4260d84157ce8.zip |
SPIGOT-3290: /teleport command overrides player rotation
Diffstat (limited to 'nms-patches')
-rw-r--r-- | nms-patches/PlayerConnection.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/PlayerConnection.patch b/nms-patches/PlayerConnection.patch index 202b8ac8..a2def129 100644 --- a/nms-patches/PlayerConnection.patch +++ b/nms-patches/PlayerConnection.patch @@ -432,7 +432,7 @@ } public void a(double d0, double d1, double d2, float f, float f1, Set<PacketPlayOutPosition.EnumPlayerTeleportFlags> set) { -+ this.a(d0, d1, d2, f, f1, Collections.<PacketPlayOutPosition.EnumPlayerTeleportFlags>emptySet(), PlayerTeleportEvent.TeleportCause.UNKNOWN); ++ this.a(d0, d1, d2, f, f1, set, PlayerTeleportEvent.TeleportCause.UNKNOWN); + } + + public void a(double d0, double d1, double d2, float f, float f1, Set<PacketPlayOutPosition.EnumPlayerTeleportFlags> set, PlayerTeleportEvent.TeleportCause cause) { |