Bugfixes
							parent
							
								
									90255e7b80
								
							
						
					
					
						commit
						5275c82448
					
				| 
						 | 
					@ -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
 | 
					  // F95 change URL at every game update, so if the URL is the same no update is available
 | 
				
			||||||
  if (exists) return info.version;
 | 
					  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
 | 
					 * @public
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue