added missing network update call after removing blueprint
This commit is contained in:
parent
ee979545ba
commit
4518b0f247
1 changed files with 2 additions and 0 deletions
|
@ -339,6 +339,8 @@ public class TileBuilder extends TileAbstractBuilder implements IMachine {
|
|||
|
||||
updateRequirements();
|
||||
|
||||
sendNetworkUpdate();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue