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 0e55387 commit d9e3e04Copy full SHA for d9e3e04
api/src/main/java/com/lunarclient/apollo/module/combat/CombatModule.java
@@ -43,7 +43,7 @@ public final class CombatModule extends ApolloModule {
43
* @since 1.0.4
44
*/
45
public static final SimpleOption<Boolean> DISABLE_MISS_PENALTY = Option.<Boolean>builder()
46
- .comment("Set to 'true' to disable the hit delay on 1.8, otherwise 'false'.")
+ .comment("Set to 'true' to disable the hit delay on versions above 1.8, otherwise 'false'.")
47
.node("disable-miss-penalty").type(TypeToken.get(Boolean.class))
48
.defaultValue(false).notifyClient().build();
49
0 commit comments