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