aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0034-Disable-thunder.patch
diff options
context:
space:
mode:
authorSpottedleaf <[email protected]>2019-07-23 20:20:14 -0700
committerZach <[email protected]>2019-07-23 22:20:14 -0500
commit4ac69cec8d35e04fef5156b26c2233b10bd00c48 (patch)
tree15bf8896d4ea14e5e5c4f50d486b3b81282fee07 /Spigot-Server-Patches/0034-Disable-thunder.patch
parentedce53843c4012c3febc25402e082abdda2e5256 (diff)
downloadPaper-4ac69cec8d35e04fef5156b26c2233b10bd00c48.tar.gz
Paper-4ac69cec8d35e04fef5156b26c2233b10bd00c48.zip
Bring task execution into server tick timings (#2357)
Diffstat (limited to 'Spigot-Server-Patches/0034-Disable-thunder.patch')
-rw-r--r--Spigot-Server-Patches/0034-Disable-thunder.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/Spigot-Server-Patches/0034-Disable-thunder.patch b/Spigot-Server-Patches/0034-Disable-thunder.patch
index 8f26895b45..4b9300e3ba 100644
--- a/Spigot-Server-Patches/0034-Disable-thunder.patch
+++ b/Spigot-Server-Patches/0034-Disable-thunder.patch
@@ -1,4 +1,4 @@
-From 98d790acb8c4c4761a0a9999b6e8c378aa28f0c5 Mon Sep 17 00:00:00 2001
+From f72bf6653918f2840874514d56aa069481de094f Mon Sep 17 00:00:00 2001
From: Sudzzy <[email protected]>
Date: Wed, 2 Mar 2016 14:52:43 -0600
Subject: [PATCH] Disable thunder
@@ -19,10 +19,10 @@ index 6a307d5dd6..bf0cd6a8b4 100644
+ }
}
diff --git a/src/main/java/net/minecraft/server/WorldServer.java b/src/main/java/net/minecraft/server/WorldServer.java
-index b9e1816e82..9555afbd8d 100644
+index aec67b9bc0..48cd8913d1 100644
--- a/src/main/java/net/minecraft/server/WorldServer.java
+++ b/src/main/java/net/minecraft/server/WorldServer.java
-@@ -383,7 +383,7 @@ public class WorldServer extends World {
+@@ -389,7 +389,7 @@ public class WorldServer extends World {
gameprofilerfiller.enter("thunder");
BlockPosition blockposition;