don't show paths of elements you don't have

This commit is contained in:
biglyderv 2025-04-02 01:28:18 -04:00
parent 053b04133a
commit 7a63fcb376
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
3 changed files with 13 additions and 4 deletions

View file

@ -91,7 +91,8 @@ int main(int argc, char *argv[]) {
continue;
if (slash_command(command, inv))
continue;
if (path_command(command, elements_rev, already_done, 1))
if (path_command(command, elements_rev, already_done, 1, inv))
continue;
int combos = get_command(command, command_re, sort_tmp);