Skip to content

Commit

Permalink
Update ConsoleInput.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Apochromat committed May 20, 2022
1 parent 5a5d0f5 commit 7d5f031
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class ConsoleInput : Block() {
status = calculated.first
return
}
heap.setArrayValue(obj.second, i, calculated.second)
heap.setArrayValue(name, i, calculated.second)
}
return
}
Expand Down

0 comments on commit 7d5f031

Please sign in to comment.