fix for potential logic error

This commit is contained in:
AnthonyMichaelTDM
2022-03-07 00:35:18 -08:00
parent d76b2f17c8
commit eaff44a86a
4 changed files with 4 additions and 4 deletions

View File

@@ -341,7 +341,7 @@ async function main()
copy_hs();
convert_qa();
get_number();
if (b1 != b || w1 != w)
if (b1 > b || w1 > w)
ia[x] = 0;
}
}