Skip to content

Commit dfdaa60

Browse files
authored
chore(AutoQueue/Action/Chat): use plural on a message list (#7363)
1 parent d1a2db6 commit dfdaa60

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/player/autoqueue/actions

1 file changed

+1
-1
lines changed

src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/player/autoqueue/actions/AutoQueueActionChat.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object AutoQueueActionChat : AutoQueueAction("Chat") {
2525
private val startDelay by intRange("StartDelay", 0..0, 0..2000, "ms")
2626
private val messageDelay by intRange("MessageDelay", 0..0, 0..2000, "ms")
2727

28-
private val messages by textList("Message", mutableListOf("/play solo_normal"))
28+
private val messages by textList("Messages", mutableListOf("/play solo_normal"))
2929

3030
override suspend fun execute() {
3131
delay(startDelay.random().toLong())

0 commit comments

Comments
 (0)