nevermind, found the solution...

For anyone else interested, in /classes/options/unzip.php file, find and delete:

foreach ($allf as $k => $properties) {
if (file_exists($options['download_dir'].basename($properties['file_name']))) {
$file_inside_zip_exists = true; break;
}
}