Skip to content

Commit

Permalink
Save TE after connection mode change. Fixes #4912
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil committed Apr 27, 2018
1 parent bbce703 commit ada881e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -478,6 +478,7 @@ public void refreshConnections(EnumFacing side)
protected void onModeChange(EnumFacing side)
{
markDirtyAcceptor(side);
markDirty();
}

protected void markDirtyTransmitters()
Expand Down

0 comments on commit ada881e

Please sign in to comment.