Skip to content
Snippets Groups Projects
Commit 402b9a70 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Don't subtract one from TOTAL_TEXT anymore

parent cae9c555
No related branches found
No related tags found
No related merge requests found
Pipeline #8604 passed
...@@ -345,8 +345,7 @@ function get_tvals() { ...@@ -345,8 +345,7 @@ function get_tvals() {
for (i in tvals) { for (i in tvals) {
tnames[tvals[i]] = i; tnames[tvals[i]] = i;
} }
// TODO: Why is this one higher than the last? last_entry = tvals.TOTAL_TEXT;
last_entry = tvals.TOTAL_TEXT - 1;
} }
function newmsg(updpos) function newmsg(updpos)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment