Allow user to update icon

This commit is contained in:
jvyden 2021-10-06 18:47:23 -04:00
parent ed3d67d105
commit 65e17cdfc8
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -80,6 +80,10 @@ namespace ProjectLighthouse.Controllers {
}
break;
}
case "icon": {
user.IconHash = await reader.GetValueAsync();
break;
}
}
break;
case XmlNodeType.EndElement: