mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-24 14:11:29 +00:00
Allow user to update icon
This commit is contained in:
parent
ed3d67d105
commit
65e17cdfc8
1 changed files with 4 additions and 0 deletions
|
@ -80,6 +80,10 @@ namespace ProjectLighthouse.Controllers {
|
|||
}
|
||||
break;
|
||||
}
|
||||
case "icon": {
|
||||
user.IconHash = await reader.GetValueAsync();
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case XmlNodeType.EndElement:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue