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