Remove @SideOnly flag for function now required on the server
This commit is contained in:
parent
9640c5dcf9
commit
4c61f1d202
1 changed files with 9 additions and 1 deletions
|
@ -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 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue