Fix new method with Side.CLIENT when it shouldn't have it. Closes a bunch of reports of problems.
This commit is contained in:
parent
cbc873bc8b
commit
c7f9d5a529
1 changed files with 7 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
public static void func_74795_b(NBTTagCompound p_74795_0_, File p_74795_1_) throws IOException
|
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_));
|
DataOutputStream dataoutputstream = new DataOutputStream(new FileOutputStream(p_74795_1_));
|
||||||
@@ -197,7 +196,6 @@
|
@@ -197,13 +196,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -42,3 +42,9 @@
|
||||||
public static NBTTagCompound func_74797_a(File p_74797_0_) throws IOException
|
public static NBTTagCompound func_74797_a(File p_74797_0_) throws IOException
|
||||||
{
|
{
|
||||||
return func_152458_a(p_74797_0_, NBTSizeTracker.field_152451_a);
|
return func_152458_a(p_74797_0_, NBTSizeTracker.field_152451_a);
|
||||||
|
}
|
||||||
|
|
||||||
|
- @SideOnly(Side.CLIENT)
|
||||||
|
public static NBTTagCompound func_152458_a(File p_152458_0_, NBTSizeTracker p_152458_1_) throws IOException
|
||||||
|
{
|
||||||
|
if (!p_152458_0_.exists())
|
||||||
|
|
Loading…
Reference in a new issue