pull/11/head
MillenniumEarl 2020-10-09 17:02:07 +02:00
parent bf7e409e0c
commit 90255e7b80
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ module.exports.getGameVersion = async function (info) {
return info.version;
}
let exists = await urlExists(info.f95url);
let exists = await urlExists(info.f95url, true);
// F95 change URL at every game update, so if the URL is the same no update is available
if (exists) return info.version;