diff options
Diffstat (limited to 'Spigot-Server-Patches/0105-Optional-TNT-doesn-t-move-in-water.patch')
-rw-r--r-- | Spigot-Server-Patches/0105-Optional-TNT-doesn-t-move-in-water.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Spigot-Server-Patches/0105-Optional-TNT-doesn-t-move-in-water.patch b/Spigot-Server-Patches/0105-Optional-TNT-doesn-t-move-in-water.patch index 8c39498646..09c84fd7cd 100644 --- a/Spigot-Server-Patches/0105-Optional-TNT-doesn-t-move-in-water.patch +++ b/Spigot-Server-Patches/0105-Optional-TNT-doesn-t-move-in-water.patch @@ -1,11 +1,11 @@ -From d437aee2a6ae591a9afe60a79cfd009b33765585 Mon Sep 17 00:00:00 2001 +From c6fac8147b0b1b3a1019625eb4e2ffaa05f22c3c Mon Sep 17 00:00:00 2001 From: Zach Brown <[email protected]> Date: Sun, 22 May 2016 20:20:55 -0500 Subject: [PATCH] Optional TNT doesn't move in water diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java -index 134c4f7a3..241149c9f 100644 +index 934097163..300cc68a7 100644 --- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java +++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java @@ -2,7 +2,6 @@ package com.destroystokyo.paper; @@ -16,7 +16,7 @@ index 134c4f7a3..241149c9f 100644 import org.bukkit.configuration.file.YamlConfiguration; import org.spigotmc.SpigotWorldConfig; -@@ -282,4 +281,14 @@ public class PaperWorldConfig { +@@ -287,4 +286,14 @@ public class PaperWorldConfig { ); } } @@ -32,7 +32,7 @@ index 134c4f7a3..241149c9f 100644 + } } diff --git a/src/main/java/net/minecraft/server/Entity.java b/src/main/java/net/minecraft/server/Entity.java -index 47446a74e..2a65a6685 100644 +index 4793bc7d8..0981e9c8c 100644 --- a/src/main/java/net/minecraft/server/Entity.java +++ b/src/main/java/net/minecraft/server/Entity.java @@ -2698,6 +2698,12 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke @@ -107,5 +107,5 @@ index f04a9d18c..cd7e0299a 100644 private java.util.Map<EntityPlayer, Boolean> trackedPlayerMap = null; -- -2.22.0 +2.23.0 |