Allow user to modify their planet

This commit is contained in:
jvyden 2021-10-14 21:26:14 -04:00
commit 115c46ead0
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
4 changed files with 10 additions and 0 deletions

View file

@ -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: