mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 16:08:38 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
case "icon": {
|
||||||
|
user.IconHash = await reader.GetValueAsync();
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case XmlNodeType.EndElement:
|
case XmlNodeType.EndElement:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue