mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
fix typeo in FromYaml
This commit is contained in:
parent
65af535487
commit
12cffd20cd
@ -592,7 +592,7 @@ namespace Wabbajack.Common
|
||||
var d = new DeserializerBuilder()
|
||||
.WithNamingConvention(PascalCaseNamingConvention.Instance)
|
||||
.Build();
|
||||
return d.Deserialize<T>(new StreamReader(s));
|
||||
return d.Deserialize<T>(new StringReader(s));
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user