fix glamourer data not being transferred correctly
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
|   <PropertyGroup> | ||||
|     <Authors></Authors> | ||||
|     <Company></Company> | ||||
|     <Version>0.2.2.0</Version> | ||||
|     <Version>0.2.3.0</Version> | ||||
|     <Description></Description> | ||||
|     <Copyright></Copyright> | ||||
|     <PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl> | ||||
|   | ||||
| @@ -49,7 +49,7 @@ namespace MareSynchronos.Models | ||||
|                         Hash = g.First().Hash | ||||
|                     }; | ||||
|                 }).ToList()), | ||||
|                 GlamourerData = GlamourerString, | ||||
|                 GlamourerData = GlamourerString.ToDictionary(d => d.Key, d => d.Value), | ||||
|                 ManipulationData = ManipulationString | ||||
|             }; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stanley Dimant
					Stanley Dimant