mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-23 06:10:30 +08:00
Fix StackOverflowError
This commit is contained in:
parent
7015f0f4e9
commit
c722e97f07
@ -67,7 +67,7 @@ class MessageChainBuilder private constructor(
|
||||
if (index != -1) {
|
||||
container[index] = element
|
||||
} else {
|
||||
add(element)
|
||||
container.add(element)
|
||||
}
|
||||
|
||||
return true
|
||||
|
Loading…
Reference in New Issue
Block a user