Skip to content

Commit d5619bb

Browse files
auto chargers off by default.
1 parent 6989d9a commit d5619bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/neganote/gtutilities/config/UtilConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static class FeatureConfigs {
8989

9090
@Configurable
9191
@Configurable.Comment({ "Whether the Auto Turbo Chargers are enabled." })
92-
public boolean autoChargersEnabled = true;
92+
public boolean autoChargersEnabled = false;
9393

9494
@Configurable
9595
@Configurable.Comment({

0 commit comments

Comments
 (0)