Skip to content

Commit

Permalink
Save config when changing replacement mode.
Browse files Browse the repository at this point in the history
Fix Version ( whoops )
  • Loading branch information
AlgorithmX2 committed Nov 6, 2016
1 parent 7427e7c commit f6240e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,4 +1,4 @@
version=12.8pre1
version=12.0

mc_version=1.10.2
forge_version=12.18.1.2017
Expand Down
1 change: 1 addition & 0 deletions src/main/java/mod/chiselsandbits/core/ClientSide.java
Expand Up @@ -454,6 +454,7 @@ 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 f6240e1

Please sign in to comment.