diff options
Diffstat (limited to 'nms-patches/BlockTripwire.patch')
-rw-r--r-- | nms-patches/BlockTripwire.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/BlockTripwire.patch b/nms-patches/BlockTripwire.patch index 5e6fb292..deb34e86 100644 --- a/nms-patches/BlockTripwire.patch +++ b/nms-patches/BlockTripwire.patch @@ -1,5 +1,5 @@ ---- ../work/decompile-8eb82bde//net/minecraft/server/BlockTripwire.java 2014-11-28 11:22:55.790823166 +0000 -+++ src/main/java/net/minecraft/server/BlockTripwire.java 2014-11-28 11:01:54.000000000 +0000 +--- ../work/decompile-8eb82bde//net/minecraft/server/BlockTripwire.java 2014-11-28 17:43:42.977707438 +0000 ++++ src/main/java/net/minecraft/server/BlockTripwire.java 2014-11-28 17:38:18.000000000 +0000 @@ -4,6 +4,8 @@ import java.util.List; import java.util.Random; |