From 9ae63b42db91cebd2d6b9d17e3ee97c3689f33eb Mon Sep 17 00:00:00 2001 From: AlgorithmX2 Date: Thu, 10 Apr 2014 23:41:16 -0500 Subject: [PATCH] mark dirty, is not a thing! --- fmp/CableBusPart.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fmp/CableBusPart.java b/fmp/CableBusPart.java index cc042b08..a4a6af0f 100644 --- a/fmp/CableBusPart.java +++ b/fmp/CableBusPart.java @@ -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) {