Skip to content

Commit

Permalink
fix a default value
Browse files Browse the repository at this point in the history
  • Loading branch information
celestialfault committed Jan 4, 2024
1 parent 5260478 commit 56c04e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class Config {
private static final TypeAdapter<JsonObject> ADAPTER = new Gson().getAdapter(JsonObject.class);
public static final Config INSTANCE = new Config();

public boolean toggleOnUse = false;
public boolean toggleOnUse = true;
public boolean keepSprintingOnDeath = true;

public boolean sprintOnJoin = true;
Expand Down

0 comments on commit 56c04e6

Please sign in to comment.