Compare commits
2 commits
10c5f80ae3
...
f3003ace7e
Author | SHA1 | Date | |
---|---|---|---|
f3003ace7e | |||
373eb15805 |
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ object EmbedUtil {
|
||||||
|
|
||||||
fun getAllUsersInTheFirstXTables(amountOfTables: Int, e: Embed): List<String> {
|
fun getAllUsersInTheFirstXTables(amountOfTables: Int, e: Embed): List<String> {
|
||||||
val users = mutableListOf<String>()
|
val users = mutableListOf<String>()
|
||||||
for (i in 0 until amountOfTables - 1) {
|
for (i in 0 until amountOfTables) {
|
||||||
val f = e.fields[i]
|
val f = e.fields[i]
|
||||||
if (!f.value.contains("@"))
|
if (!f.value.contains("@"))
|
||||||
continue // check next one. this one does not have any entries
|
continue // check next one. this one does not have any entries
|
||||||
|
|
Loading…
Reference in a new issue