mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-26 15:08:39 +00:00
Allow user to modify their planet
This commit is contained in:
parent
7a7c68fc91
commit
115c46ead0
4 changed files with 10 additions and 0 deletions
|
@ -85,6 +85,10 @@ namespace ProjectLighthouse.Controllers {
|
|||
user.IconHash = await reader.GetValueAsync();
|
||||
break;
|
||||
}
|
||||
case "planets": {
|
||||
user.PlanetHash = await reader.GetValueAsync();
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case XmlNodeType.EndElement:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue