From 367d892a6edcff66f26f37fa27d628d9bae83b3f Mon Sep 17 00:00:00 2001 From: BillyGalbreath Date: Fri, 19 Oct 2018 19:39:21 -0500 Subject: [PATCH] Fix MC-93764 --- Spigot-Server-Patches/Fix-MC-93764.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Spigot-Server-Patches/Fix-MC-93764.patch diff --git a/Spigot-Server-Patches/Fix-MC-93764.patch b/Spigot-Server-Patches/Fix-MC-93764.patch new file mode 100644 index 000000000..8dab91fc3 --- /dev/null +++ b/Spigot-Server-Patches/Fix-MC-93764.patch @@ -0,0 +1,20 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: BillyGalbreath +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 +@@ -0,0 +0,0 @@ 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() { +-- \ No newline at end of file