You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/com/lambda/module/modules/combat/AutoTotem.kt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ object AutoTotem : Module(
42
42
description = "Swaps the your off-hand item to a totem",
43
43
tag = ModuleTag.COMBAT,
44
44
) {
45
-
privateval log by setting("Log Message", true).group(Group.General)
46
45
privateval always by setting("Always", true, "Always attempt to keep a totem in offhand").group(Group.General)
47
46
privateval ignoreWhenHolding by setting("Ignore When Holding", false, "Ignore swapping to offhand when already holding a totem").group(Group.General)
48
47
privateval minimumHealth by setting("Min Health", 10, 6..36, 1, "Set the minimum health threshold to swap", unit =" half-hearts") { !always }.group(Group.General)
0 commit comments