diff options
Diffstat (limited to 'Spigot-Server-Patches/0056-Disable-thunder.patch')
-rw-r--r-- | Spigot-Server-Patches/0056-Disable-thunder.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Spigot-Server-Patches/0056-Disable-thunder.patch b/Spigot-Server-Patches/0056-Disable-thunder.patch index a86e34f8fe..c47d58fb23 100644 --- a/Spigot-Server-Patches/0056-Disable-thunder.patch +++ b/Spigot-Server-Patches/0056-Disable-thunder.patch @@ -1,11 +1,11 @@ -From bc5228ac287ff7d3d28af35781958c3695991670 Mon Sep 17 00:00:00 2001 +From 1fac37952e90156a79e01dc1ae40d02b31c7fd6c Mon Sep 17 00:00:00 2001 From: Sudzzy <[email protected]> Date: Tue, 14 Jul 2015 09:26:41 -0700 Subject: [PATCH] Disable thunder diff --git a/src/main/java/net/minecraft/server/WorldServer.java b/src/main/java/net/minecraft/server/WorldServer.java -index a94c6dc..2a3b944 100644 +index 9829ff0..6cf3157 100644 --- a/src/main/java/net/minecraft/server/WorldServer.java +++ b/src/main/java/net/minecraft/server/WorldServer.java @@ -422,7 +422,7 @@ public class WorldServer extends World implements IAsyncTaskHandler { @@ -18,10 +18,10 @@ index a94c6dc..2a3b944 100644 i1 = this.m >> 2; blockposition = this.a(new BlockPosition(k + (i1 & 15), 0, l + (i1 >> 8 & 15))); diff --git a/src/main/java/org/github/paperspigot/PaperSpigotWorldConfig.java b/src/main/java/org/github/paperspigot/PaperSpigotWorldConfig.java -index b5bc358..c5425ab 100644 +index eaf1eda..a29f042 100644 --- a/src/main/java/org/github/paperspigot/PaperSpigotWorldConfig.java +++ b/src/main/java/org/github/paperspigot/PaperSpigotWorldConfig.java -@@ -366,4 +366,10 @@ public class PaperSpigotWorldConfig +@@ -334,4 +334,10 @@ public class PaperSpigotWorldConfig { disableExplosionKnockback = getBoolean( "disable-explosion-knockback", false ); } @@ -33,5 +33,5 @@ index b5bc358..c5425ab 100644 + } } -- -2.5.2 +2.7.0 |