aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0006-Configurable-squid-spawn-ranges.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-Server-Patches/0006-Configurable-squid-spawn-ranges.patch')
-rw-r--r--Spigot-Server-Patches/0006-Configurable-squid-spawn-ranges.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/Spigot-Server-Patches/0006-Configurable-squid-spawn-ranges.patch b/Spigot-Server-Patches/0006-Configurable-squid-spawn-ranges.patch
index ba03036198..ea0bbedf22 100644
--- a/Spigot-Server-Patches/0006-Configurable-squid-spawn-ranges.patch
+++ b/Spigot-Server-Patches/0006-Configurable-squid-spawn-ranges.patch
@@ -1,14 +1,14 @@
-From ba20e837e38f468c105978d3289fe3c5b31fdea8 Mon Sep 17 00:00:00 2001
+From de528a5f3327325979e9c922f947a68d8f6a05f3 Mon Sep 17 00:00:00 2001
From: Zach Brown <[email protected]>
Date: Tue, 1 Mar 2016 12:45:11 -0600
Subject: [PATCH] Configurable squid spawn ranges
diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
-index dae60dc..c74c8a7 100644
+index 621bf7051..f24839378 100644
--- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
+++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
-@@ -69,4 +69,12 @@ public class PaperWorldConfig {
+@@ -63,4 +63,12 @@ public class PaperWorldConfig {
config.addDefault("world-settings.default." + path, def);
return config.getString("world-settings." + worldName + "." + path, config.getString("world-settings.default." + path));
}
@@ -22,7 +22,7 @@ index dae60dc..c74c8a7 100644
+ }
}
diff --git a/src/main/java/net/minecraft/server/EntitySquid.java b/src/main/java/net/minecraft/server/EntitySquid.java
-index 9f88e44..56f7ca8 100644
+index 549e3434b..bc0652874 100644
--- a/src/main/java/net/minecraft/server/EntitySquid.java
+++ b/src/main/java/net/minecraft/server/EntitySquid.java
@@ -141,7 +141,7 @@ public class EntitySquid extends EntityWaterAnimal {
@@ -35,5 +35,5 @@ index 9f88e44..56f7ca8 100644
public void b(float f, float f1, float f2) {
--
-2.9.3
+2.12.0.windows.1