Fixes #3548: Fix AEBaseTile to respect overridden markDirty implementations.

This commit is contained in:
Florian Scandella
2018-06-20 23:04:24 +02:00
parent 937ea00e9d
commit f37dfd0a24
+1 -1
View File
@@ -488,7 +488,7 @@ public class AEBaseTile extends TileEntity implements IOrientable, ICommonTile,
public void saveChanges()
{
super.markDirty();
markDirty();
}
public boolean requiresTESR()