ForgePatch/patches/common/net/minecraft/src/CompressedStreamTools.java.patch

19 lines
635 B
Diff
Raw Normal View History

--- ../src_base/common/net/minecraft/src/CompressedStreamTools.java
+++ ../src_work/common/net/minecraft/src/CompressedStreamTools.java
@@ -140,7 +140,6 @@
NBTBase.writeNamedTag(par0NBTTagCompound, par1DataOutput);
}
- @SideOnly(Side.CLIENT)
public static void write(NBTTagCompound par0NBTTagCompound, File par1File) throws IOException
{
DataOutputStream var2 = new DataOutputStream(new FileOutputStream(par1File));
@@ -155,7 +154,6 @@
}
}
- @SideOnly(Side.CLIENT)
public static NBTTagCompound read(File par0File) throws IOException
{
if (!par0File.exists())