Tile Saving

This commit is contained in:
AlgorithmX2
2014-01-30 18:50:11 -06:00
parent 08e232ec63
commit ac365b28c6
7 changed files with 31 additions and 2 deletions
+4
View File
@@ -320,4 +320,8 @@ public class AEBasePart implements IPart, IGridProxyable, IActionHost, IUpgradea
return what == BusSupport.CABLE;
}
public void saveChanges()
{
host.markForSave();
}
}