Skip to content

Commit 7ec1dbf

Browse files
committed
Change default value for DISABLE_OPTIFINE_CAPES
1 parent 42a25e4 commit 7ec1dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/com/lunarclient/apollo/module/evnt/EVNTModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public abstract class EVNTModule extends ApolloModule {
129129
public static final SimpleOption<Boolean> DISABLE_OPTIFINE_CAPES = Option.<Boolean>builder()
130130
.comment("Set to 'true' to disable optifine capes, otherwise 'false'.")
131131
.node("disable-optifine-capes").type(TypeToken.get(Boolean.class))
132-
.defaultValue(true).notifyClient().build();
132+
.defaultValue(false).notifyClient().build();
133133

134134
public static final SimpleOption<Boolean> DISABLE_NOTIFY_MISMATCH = Option.<Boolean>builder()
135135
.comment("Set to 'true' to disable notifications for players using the wrong branch or version, otherwise 'false'.")

0 commit comments

Comments
 (0)