Reverted GetUserRequest because spectating is not implemented yet, and thus the additions are not needed (yet)

This commit is contained in:
FreezyLemon
2017-12-07 16:52:43 +01:00
parent 772bba27be
commit ce9b003e9a
2 changed files with 2 additions and 10 deletions

View File

@ -81,8 +81,7 @@ namespace osu.Game.Online.Chat
if (int.TryParse(args[1], out int userId))
req = new GetUserRequest(userId);
else
// Get by username instead
req = new GetUserRequest(args[1]);
return;
req.Success += user =>
{