fix polls randomly coiming back
This commit is contained in:
parent
988ac26e44
commit
f55db7a7fd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue