reverting changes

This commit is contained in:
Moyasee
2025-11-11 20:01:28 +02:00
parent 133168c6c7
commit 8dc5be1bdf
2 changed files with 29 additions and 44 deletions

View File

@@ -200,8 +200,6 @@ export function RepacksModal({
if (viewedRepackIds.has(repack.id)) return false;
if (!game?.executablePath) return false;
if (!lastCheckTimestamp || !repack.createdAt) {
return false;
}