diff options
Diffstat (limited to 'Spigot-Server-Patches/0047-Generator-Settings.patch')
-rw-r--r-- | Spigot-Server-Patches/0047-Generator-Settings.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Spigot-Server-Patches/0047-Generator-Settings.patch b/Spigot-Server-Patches/0047-Generator-Settings.patch index a99b9305fb..70c19a11ba 100644 --- a/Spigot-Server-Patches/0047-Generator-Settings.patch +++ b/Spigot-Server-Patches/0047-Generator-Settings.patch @@ -1,4 +1,4 @@ -From bcfba603222a07cf5b77763853394956f01727ea Mon Sep 17 00:00:00 2001 +From d4c583643d602b2740c1c919eceeb624997b69a2 Mon Sep 17 00:00:00 2001 From: Byteflux <[email protected]> Date: Tue, 2 Jun 2015 00:41:23 -0700 Subject: [PATCH] Generator Settings @@ -243,10 +243,10 @@ index 0f8211a..e76acfc 100644 Iterator iterator = this.e.values().iterator(); diff --git a/src/main/java/org/github/paperspigot/PaperSpigotWorldConfig.java b/src/main/java/org/github/paperspigot/PaperSpigotWorldConfig.java -index a78d748..d2fe995 100644 +index 65e0f12..cffb5f0 100644 --- a/src/main/java/org/github/paperspigot/PaperSpigotWorldConfig.java +++ b/src/main/java/org/github/paperspigot/PaperSpigotWorldConfig.java -@@ -269,4 +269,28 @@ public class PaperSpigotWorldConfig +@@ -237,4 +237,28 @@ public class PaperSpigotWorldConfig loadUnloadedTNTEntities = getBoolean( "load-chunks.tnt-entities", false ); loadUnloadedFallingBlocks = getBoolean( "load-chunks.falling-blocks", false ); } @@ -276,5 +276,5 @@ index a78d748..d2fe995 100644 + } } -- -2.5.2 +2.7.0 |