fix polls randomly coiming back

This commit is contained in:
biglyderv 2025-04-03 13:29:03 -04:00
parent 988ac26e44
commit f55db7a7fd
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -20,7 +20,7 @@ void init_tables(hashmap *elements, hashmap *inv, hashmap *polls,
load_elements(elements_rev, combo_file, 3) ||
load_elements(elements_rev, "bin/" combo_file, 3);
load_elements(polls, "../elem_data/" poll_file, 2);
load_elements(polls, "../elem_data/" poll_file, 3);
if (!do_inv)
return;