added missing network update call after removing blueprint

This commit is contained in:
SpaceToad 2014-05-04 14:33:34 +02:00
parent ee979545ba
commit 4518b0f247

View file

@ -339,6 +339,8 @@ public class TileBuilder extends TileAbstractBuilder implements IMachine {
updateRequirements();
sendNetworkUpdate();
return;
}