Parts now properly save under a number of conditions.

This commit is contained in:
AlgorithmX2 2014-09-06 01:25:58 -05:00
parent a6b9060c53
commit f41fb8d1f3

View file

@ -137,6 +137,7 @@ public class CableBusContainer implements AEMultiTile, ICableBusContainer
updateDynamicRender();
updateConnections();
markForUpdate();
markForSave();
partChanged();
}
}
@ -269,6 +270,7 @@ public class CableBusContainer implements AEMultiTile, ICableBusContainer
updateConnections();
markForUpdate();
markForSave();
partChanged();
return ForgeDirection.UNKNOWN;
}
@ -312,6 +314,7 @@ public class CableBusContainer implements AEMultiTile, ICableBusContainer
updateDynamicRender();
updateConnections();
markForUpdate();
markForSave();
partChanged();
return side;
}