diff options
author | BillyGalbreath <[email protected]> | 2018-10-19 19:39:21 -0500 |
---|---|---|
committer | BillyGalbreath <[email protected]> | 2018-10-19 19:39:21 -0500 |
commit | 8098020fd07bc0a841b2a1e3a5e271cda5104f28 (patch) | |
tree | c1da5284e601802dc5b57cb13a9a5e6b5bb15415 | |
parent | d9bd2d84407662278b94f43b91b2eaceae53ebbf (diff) | |
download | Paper-8098020fd07bc0a841b2a1e3a5e271cda5104f28.tar.gz Paper-8098020fd07bc0a841b2a1e3a5e271cda5104f28.zip |
Fix MC-93764
-rw-r--r-- | Spigot-Server-Patches/0400-Fix-MC-93764.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Spigot-Server-Patches/0400-Fix-MC-93764.patch b/Spigot-Server-Patches/0400-Fix-MC-93764.patch new file mode 100644 index 0000000000..cd71b19bbb --- /dev/null +++ b/Spigot-Server-Patches/0400-Fix-MC-93764.patch @@ -0,0 +1,22 @@ +From 7ac07ac07ac07ac07ac07ac07ac07ac07ac07ac0 Mon Sep 17 00:00:00 2001 +From: BillyGalbreath <[email protected]> +Date: Fri, 19 Oct 2018 19:38:45 -0500 +Subject: [PATCH] Fix MC-93764 + + +diff --git a/src/main/java/net/minecraft/server/WorldProviderTheEnd.java b/src/main/java/net/minecraft/server/WorldProviderTheEnd.java +index 7ac07ac07ac0..7ac07ac07ac0 100644 +--- a/src/main/java/net/minecraft/server/WorldProviderTheEnd.java ++++ b/src/main/java/net/minecraft/server/WorldProviderTheEnd.java +@@ -25,7 +25,7 @@ public class WorldProviderTheEnd extends WorldProvider { + } + + public float a(long var1, float var3) { +- return 0.0F; ++ return 0.5F; // Paper - fix MC-93764 + } + + public boolean p() { +-- +2.19.1 + |