Skip to content

Commit

Permalink
Also no pointing in saving here.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgorithmX2 committed Nov 6, 2016
1 parent 0e1f382 commit c90463b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/mod/chiselsandbits/core/ClientSide.java
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ public void onRenderGUI(
{
case REPLACE_TOGGLE:
ChiselsAndBits.getConfig().replaceingBits = !ChiselsAndBits.getConfig().replaceingBits;
ChiselsAndBits.getConfig().save();
ReflectionWrapper.instance.setHighlightStack( null );
break;

Expand Down

0 comments on commit c90463b

Please sign in to comment.