fix glamourer data not being transferred correctly

This commit is contained in:
Stanley Dimant
2022-07-24 23:25:56 +02:00
parent a296f3cfd2
commit b8275ca070
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<Authors></Authors> <Authors></Authors>
<Company></Company> <Company></Company>
<Version>0.2.2.0</Version> <Version>0.2.3.0</Version>
<Description></Description> <Description></Description>
<Copyright></Copyright> <Copyright></Copyright>
<PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl> <PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl>

View File

@@ -49,7 +49,7 @@ namespace MareSynchronos.Models
Hash = g.First().Hash Hash = g.First().Hash
}; };
}).ToList()), }).ToList()),
GlamourerData = GlamourerString, GlamourerData = GlamourerString.ToDictionary(d => d.Key, d => d.Value),
ManipulationData = ManipulationString ManipulationData = ManipulationString
}; };
} }