mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
2nd fix to the .meta including "installed=true"
i forgot to remove a `[`
This commit is contained in:
parent
d0f0564422
commit
10c0fd916c
@ -100,7 +100,7 @@ namespace Wabbajack.Lib.Downloaders
|
||||
|
||||
public string GetMetaIniString()
|
||||
{
|
||||
return string.concat(string.Join("\n", [GetMetaIni()), " installed=true");
|
||||
return string.concat(string.Join("\n", GetMetaIni()), " installed=true");
|
||||
}
|
||||
|
||||
public async Task<(Archive? Archive, TempFile NewFile)> ServerFindUpgrade(Archive a)
|
||||
|
Loading…
Reference in New Issue
Block a user