Skip to content

Commit d9e3e04

Browse files
committed
Update Combat#DISABLE_MISS_PENALTY comment
1 parent 0e55387 commit d9e3e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/com/lunarclient/apollo/module/combat/CombatModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public final class CombatModule extends ApolloModule {
4343
* @since 1.0.4
4444
*/
4545
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'.")
46+
.comment("Set to 'true' to disable the hit delay on versions above 1.8, otherwise 'false'.")
4747
.node("disable-miss-penalty").type(TypeToken.get(Boolean.class))
4848
.defaultValue(false).notifyClient().build();
4949

0 commit comments

Comments
 (0)