I'm retarded, this should fix it.

This commit is contained in:
Jacob 2023-09-16 15:47:25 +02:00
parent 6616572f05
commit e16d2b31ef

View file

@ -84,7 +84,7 @@ function main() {
for ($i = 1; $i < $packageCount+1; $i++) {
if (preg_match("/$query/i", $packageNames[$i]) == 0) {
continue;
} else if ($matches[$i+1] == $matches[$i]) {
} else if ($packageNames[$i+1] == $packageNames[$i]) {
continue;
}