From 5f89a0e3c16ea5a05ffab61b01f31feb09217f67 Mon Sep 17 00:00:00 2001 From: md_5 Date: Mon, 6 May 2019 08:36:11 +1000 Subject: [PATCH] SPIGOT-4877: No end platform generated --- nms-patches/EntityPlayer.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nms-patches/EntityPlayer.patch b/nms-patches/EntityPlayer.patch index 3a2bed35b9..fb35e53c65 100644 --- a/nms-patches/EntityPlayer.patch +++ b/nms-patches/EntityPlayer.patch @@ -430,7 +430,7 @@ int k = MathHelper.floor(this.locZ); boolean flag = true; boolean flag1 = false; -+ org.bukkit.craftbukkit.util.BlockStateListPopulator blockList = new org.bukkit.craftbukkit.util.BlockStateListPopulator(this.world); // CraftBukkit - Use BlockStateListPopulator ++ org.bukkit.craftbukkit.util.BlockStateListPopulator blockList = new org.bukkit.craftbukkit.util.BlockStateListPopulator(worldserver1); // CraftBukkit - Use BlockStateListPopulator for (int l = -2; l <= 2; ++l) { for (int i1 = -2; i1 <= 2; ++i1) {