We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a25e4 commit 7ec1dbfCopy full SHA for 7ec1dbf
api/src/main/java/com/lunarclient/apollo/module/evnt/EVNTModule.java
@@ -129,7 +129,7 @@ public abstract class EVNTModule extends ApolloModule {
129
public static final SimpleOption<Boolean> DISABLE_OPTIFINE_CAPES = Option.<Boolean>builder()
130
.comment("Set to 'true' to disable optifine capes, otherwise 'false'.")
131
.node("disable-optifine-capes").type(TypeToken.get(Boolean.class))
132
- .defaultValue(true).notifyClient().build();
+ .defaultValue(false).notifyClient().build();
133
134
public static final SimpleOption<Boolean> DISABLE_NOTIFY_MISMATCH = Option.<Boolean>builder()
135
.comment("Set to 'true' to disable notifications for players using the wrong branch or version, otherwise 'false'.")
0 commit comments