Remove @SideOnly flag for function now required on the server

This commit is contained in:
Christian 2012-09-22 13:54:26 -04:00
parent 9640c5dcf9
commit 4c61f1d202
1 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
--- ../src_base/common/net/minecraft/src/CompressedStreamTools.java
+++ ../src_work/common/net/minecraft/src/CompressedStreamTools.java
@@ -155,7 +155,6 @@
@@ -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 @@
}
}