Skip to content

Commit

Permalink
fix wrong impact
Browse files Browse the repository at this point in the history
  • Loading branch information
SrRapero720 committed Dec 22, 2023
1 parent fe62287 commit 99606a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static void setPerformanceOptions(List<OptionGroup> groups, SodiumOptions
.setBinding(
(options, value) -> EmbPlusConfig.fastChestsEnabled.set(value),
(options) -> EmbPlusConfig.fastChestsEnabled.get())
.setImpact(OptionImpact.LOW)
.setImpact(OptionImpact.HIGH)
.setEnabled(EmbPlusTools.flwIsOff())
.setFlags(OptionFlag.REQUIRES_RENDERER_RELOAD)
.build();
Expand Down

0 comments on commit 99606a6

Please sign in to comment.