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

View File

@ -196,7 +196,7 @@ module.exports.getGameVersion = async function (info) {
// F95 change URL at every game update, so if the URL is the same no update is available
if (exists) return info.version;
else return await module.exports.getGameData(info.name, info.isMod).version;
else return (await module.exports.getGameData(info.name, info.isMod)).version;
};
/**
* @public