mark dirty, is not a thing!

This commit is contained in:
AlgorithmX2 2014-04-10 23:41:16 -05:00
parent 36dad44a6a
commit 9ae63b42db

View file

@ -484,11 +484,6 @@ public class CableBusPart extends JCuboidPart implements JNormalOcclusion, IReds
cb.onInputsChanged( world, x, y, z, side, inputValues );
}
public void markDirty()
{
markForSave();
}
@Override
public void onInputChanged(World world, int x, int y, int z, ForgeDirection side, int inputValue)
{