From ced81b5c938e6b1ac82ed24819a97407e0fa4a23 Mon Sep 17 00:00:00 2001 From: cpw Date: Wed, 25 Jun 2014 20:09:42 -0400 Subject: [PATCH] Clean patch cruft. --- .../nbt/CompressedStreamTools.java.patch | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/patches/minecraft/net/minecraft/nbt/CompressedStreamTools.java.patch b/patches/minecraft/net/minecraft/nbt/CompressedStreamTools.java.patch index 77108394c..3e1d5829a 100644 --- a/patches/minecraft/net/minecraft/nbt/CompressedStreamTools.java.patch +++ b/patches/minecraft/net/minecraft/nbt/CompressedStreamTools.java.patch @@ -8,17 +8,7 @@ import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.ByteArrayInputStream; -@@ -22,6 +20,9 @@ - import net.minecraft.crash.CrashReportCategory; - import net.minecraft.util.ReportedException; - -+import cpw.mods.fml.relauncher.Side; -+import cpw.mods.fml.relauncher.SideOnly; -+ - public class CompressedStreamTools - { - private static final String __OBFID = "CL_00001226"; -@@ -91,7 +92,6 @@ +@@ -91,7 +89,6 @@ return bytearrayoutputstream.toByteArray(); } @@ -26,7 +16,7 @@ public static void func_74793_a(NBTTagCompound p_74793_0_, File p_74793_1_) throws IOException { File file2 = new File(p_74793_1_.getAbsolutePath() + "_tmp"); -@@ -182,7 +182,6 @@ +@@ -182,7 +179,6 @@ } } @@ -34,7 +24,7 @@ public static void func_74795_b(NBTTagCompound p_74795_0_, File p_74795_1_) throws IOException { DataOutputStream dataoutputstream = new DataOutputStream(new FileOutputStream(p_74795_1_)); -@@ -197,13 +196,11 @@ +@@ -197,13 +193,11 @@ } }