From db39b99f2647ec994da63dbcc27e6c52a3868e10 Mon Sep 17 00:00:00 2001 From: Brokkonaut Date: Sat, 12 Aug 2017 02:23:35 +0200 Subject: [PATCH] I forgot the // Paper comment --- .../MC-94186-Fix-dragon-egg-falling-in-lazy-chunks.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/MC-94186-Fix-dragon-egg-falling-in-lazy-chunks.patch b/Spigot-Server-Patches/MC-94186-Fix-dragon-egg-falling-in-lazy-chunks.patch index 7127e53d6f..4fbbd95a48 100644 --- a/Spigot-Server-Patches/MC-94186-Fix-dragon-egg-falling-in-lazy-chunks.patch +++ b/Spigot-Server-Patches/MC-94186-Fix-dragon-egg-falling-in-lazy-chunks.patch @@ -16,7 +16,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 if (blockposition1.getY() > 0) { - world.setTypeAndData(blockposition1, this.getBlockData(), 2); -+ world.setTypeAndData(blockposition1.up(), this.getBlockData(), 2); ++ world.setTypeAndData(blockposition1.up(), this.getBlockData(), 2); // Paper } }