Skip to content

Commit

Permalink
Fix Wireless Transmutation Terminal not saving its shift-click setting
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed May 7, 2024
1 parent 3bb17ea commit eecf132
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public boolean getShiftToTransmute() {
@Override
public void setShiftToTransmute(boolean toggle) {
shiftToTransmute = toggle;
saveChanges();
}

@Nullable
Expand Down

0 comments on commit eecf132

Please sign in to comment.