mirror of
https://github.com/ppy/osu
synced 2025-02-18 19:36:58 +00:00
Transfer more pieces of user across
This commit is contained in:
parent
4baadf6319
commit
437ad2b0d0
@ -267,7 +267,11 @@ namespace osu.Game.Tournament.Screens.Editors
|
|||||||
|
|
||||||
req.Success += res =>
|
req.Success += res =>
|
||||||
{
|
{
|
||||||
|
// TODO: this should be done in a better way.
|
||||||
user.Username = res.Username;
|
user.Username = res.Username;
|
||||||
|
user.Country = res.Country;
|
||||||
|
user.Cover = res.Cover;
|
||||||
|
|
||||||
updatePanel();
|
updatePanel();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user