diff --git a/ProjectLighthouse/Controllers/UserController.cs b/ProjectLighthouse/Controllers/UserController.cs index 790f1c32..8027a6f3 100644 --- a/ProjectLighthouse/Controllers/UserController.cs +++ b/ProjectLighthouse/Controllers/UserController.cs @@ -80,6 +80,10 @@ namespace ProjectLighthouse.Controllers { } break; } + case "icon": { + user.IconHash = await reader.GetValueAsync(); + break; + } } break; case XmlNodeType.EndElement: