Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import java.util.*

object TotemPopCounter : Module(
name = "TotemPopCounter",
description = "Counts how many times players pop",
description = "Displays the number of times a player has popped",
category = Category.COMBAT
) {
private val countFriends by setting("Count Friends", true)
Expand Down Expand Up @@ -120,4 +120,4 @@ object TotemPopCounter : Module(
MessageSendHelper.sendChatMessage("$chatName $message")
}
}
}
}