Skip to content

Commit f46bed4

Browse files
Updated TotemPopCounter description (#429)
The module both counts and displays the count, so it makes more sense to say displays instead of counts.
1 parent 6090928 commit f46bed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/com/lambda/client/module/modules/combat/TotemPopCounter.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import java.util.*
2121

2222
object TotemPopCounter : Module(
2323
name = "TotemPopCounter",
24-
description = "Counts how many times players pop",
24+
description = "Displays the number of times a player has popped",
2525
category = Category.COMBAT
2626
) {
2727
private val countFriends by setting("Count Friends", true)
@@ -120,4 +120,4 @@ object TotemPopCounter : Module(
120120
MessageSendHelper.sendChatMessage("$chatName $message")
121121
}
122122
}
123-
}
123+
}

0 commit comments

Comments
 (0)