diff --git a/sections/user/user.php b/sections/user/user.php
index 79584aad..53eb1f24 100644
--- a/sections/user/user.php
+++ b/sections/user/user.php
@@ -542,7 +542,7 @@ function check_paranoia_here($Setting) {
}
?>
if (check_paranoia_here('seeding')) { ?>
-
Seeding: =number_format($Seeding)?> =($Snatched && ($OwnProfile || check_paranoia_here(false)))?'(' . 100*min(1,round($Seeding/$UniqueSnatched,2)).'%) ':''?>[View] if (check_perms('zip_downloader')) { ?> [Download] } ?>
+ Seeding: =number_format($Seeding)?> =(check_paranoia_here('snatched') && $Snatched )?'(' . 100*min(1,round($Seeding/$UniqueSnatched,2)).'%) ':''?>[View] if (check_perms('zip_downloader')) { ?> [Download] } ?>
} elseif (check_paranoia_here('seeding+')) { ?>
Seeding: =number_format($Seeding)?>
} ?>