aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0096-Don-t-spam-reload-spawn-chunks-in-nether-end.patch
diff options
context:
space:
mode:
authorShane Freeder <[email protected]>2019-02-03 15:34:04 +0000
committerShane Freeder <[email protected]>2019-02-03 15:34:04 +0000
commitabba3d113b331bee6043a5d11241501a2240ced9 (patch)
tree0bbe9345fb6367cf0df445473909559779796d24 /Spigot-Server-Patches/0096-Don-t-spam-reload-spawn-chunks-in-nether-end.patch
parentf8058a8187da9f6185d95bb786783e12c79c8b18 (diff)
downloadPaper-abba3d113b331bee6043a5d11241501a2240ced9.tar.gz
Paper-abba3d113b331bee6043a5d11241501a2240ced9.zip
Updated Upstream (Bukkit/CraftBukkit/Spigot)
Upstream has released updates that appears to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Bukkit Changes: bb813f6f SPIGOT-4605: Warn against hacking physics CraftBukkit Changes: 2ced0233 Don't handle sync packets for kicked players d5e96882 SPIGOT-4602: Cache reflection in decompile error workaround Spigot Changes: b0f4c22b SPIGOT-4605: Catch more physics problems
Diffstat (limited to 'Spigot-Server-Patches/0096-Don-t-spam-reload-spawn-chunks-in-nether-end.patch')
-rw-r--r--Spigot-Server-Patches/0096-Don-t-spam-reload-spawn-chunks-in-nether-end.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/Spigot-Server-Patches/0096-Don-t-spam-reload-spawn-chunks-in-nether-end.patch b/Spigot-Server-Patches/0096-Don-t-spam-reload-spawn-chunks-in-nether-end.patch
index 88f80cb2d2..86294efbdb 100644
--- a/Spigot-Server-Patches/0096-Don-t-spam-reload-spawn-chunks-in-nether-end.patch
+++ b/Spigot-Server-Patches/0096-Don-t-spam-reload-spawn-chunks-in-nether-end.patch
@@ -1,14 +1,14 @@
-From 5a15c3db1c4118969b832e0d827619f0b3602afc Mon Sep 17 00:00:00 2001
+From 050c476f2a947170b6f8564ef94fb1e25e678f04 Mon Sep 17 00:00:00 2001
From: Aikar <[email protected]>
Date: Tue, 5 Apr 2016 19:42:22 -0400
Subject: [PATCH] Don't spam reload spawn chunks in nether/end
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
-index a7342da04..11c77ade1 100644
+index 937fd74b1..af6abc2df 100644
--- a/src/main/java/net/minecraft/server/World.java
+++ b/src/main/java/net/minecraft/server/World.java
-@@ -2843,6 +2843,7 @@ public abstract class World implements IEntityAccess, GeneratorAccess, IIBlockAc
+@@ -2848,6 +2848,7 @@ public abstract class World implements IEntityAccess, GeneratorAccess, IIBlockAc
return this.K;
}