mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
refactor(ActionData): use action.result.reset() when clearing action chain state
This commit is contained in:
@@ -112,7 +112,7 @@ data class ScheduledActionData(
|
|||||||
for (entry in actionChain) {
|
for (entry in actionChain) {
|
||||||
for (action in entry.value) {
|
for (action in entry.value) {
|
||||||
action.params.clear()
|
action.params.clear()
|
||||||
action.result = MetaAction.Result()
|
action.result.reset()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user