mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fixed typo
This commit is contained in:
parent
2a92131025
commit
6c1177d8e1
@ -269,7 +269,7 @@ namespace Wabbajack.Lib
|
||||
hash = BitConverter.ToString(cH).Replace("-", "").ToLowerInvariant();
|
||||
}
|
||||
|
||||
var md5Response = nexusClient.GetModInfoFromMD5(game, hash);
|
||||
var md5Response = nexusClient.GetModInfoFromMD5(Game, hash);
|
||||
var modInfo = md5Response[0].mod;
|
||||
metaString += $"modID={modInfo.mod_id}\ndescription={NexusApiUtils.FixupSummary(modInfo.summary)}\n" +
|
||||
$"modName={modInfo.name}\nfileID={md5Response[0].file_details.file_id}";
|
||||
|
Loading…
Reference in New Issue
Block a user