aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0061-ChunkMap-caching.patch
diff options
context:
space:
mode:
authorZach Brown <[email protected]>2016-01-16 21:04:07 -0600
committerZach Brown <[email protected]>2016-01-18 16:24:29 -0600
commita26fef50efb43a1b75d532c88b12a18d74c696f4 (patch)
tree10a854682ee8bf5fc5eea7377eab49b330fa112e /Spigot-Server-Patches/0061-ChunkMap-caching.patch
parent56c14f8f07248478960ace6d6106ddbb5e79180b (diff)
downloadPaper-a26fef50efb43a1b75d532c88b12a18d74c696f4.tar.gz
Paper-a26fef50efb43a1b75d532c88b12a18d74c696f4.zip
Re-introduce an option to limit the height of a flying tnt entity
Diffstat (limited to 'Spigot-Server-Patches/0061-ChunkMap-caching.patch')
-rw-r--r--Spigot-Server-Patches/0061-ChunkMap-caching.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/Spigot-Server-Patches/0061-ChunkMap-caching.patch b/Spigot-Server-Patches/0061-ChunkMap-caching.patch
index 9c6d3b5cc3..1f93ece43b 100644
--- a/Spigot-Server-Patches/0061-ChunkMap-caching.patch
+++ b/Spigot-Server-Patches/0061-ChunkMap-caching.patch
@@ -1,4 +1,4 @@
-From 001bb0997eb6555d5bfb56ec280061c590f8d2a2 Mon Sep 17 00:00:00 2001
+From 915587ce38bd3ddc6843111678206ccc2bce8e25 Mon Sep 17 00:00:00 2001
From: Iceee <[email protected]>
Date: Wed, 15 Jul 2015 02:41:12 -0700
Subject: [PATCH] ChunkMap caching
@@ -121,10 +121,10 @@ index 10c0e34..00c0538 100644
this.a[j] = chunk.locX;
this.b[j] = chunk.locZ;
diff --git a/src/main/java/org/github/paperspigot/PaperSpigotWorldConfig.java b/src/main/java/org/github/paperspigot/PaperSpigotWorldConfig.java
-index 12697ff..49104ff 100644
+index 8247aef..54f432d 100644
--- a/src/main/java/org/github/paperspigot/PaperSpigotWorldConfig.java
+++ b/src/main/java/org/github/paperspigot/PaperSpigotWorldConfig.java
-@@ -390,4 +390,10 @@ public class PaperSpigotWorldConfig
+@@ -358,4 +358,10 @@ public class PaperSpigotWorldConfig
{
mobSpawnerTickRate = getInt( "mob-spawner-tick-rate", 1 );
}
@@ -136,5 +136,5 @@ index 12697ff..49104ff 100644
+ }
}
--
-2.5.2
+2.7.0