Browse Source

Removed duplicate logic

tags/1.0-rc
RogueException 8 years ago
parent
commit
c83e693988
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs

+ 0
- 1
src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs View File

@@ -88,7 +88,6 @@ namespace Discord.WebSocket
internal override void Update(ClientState state, PresenceModel model)
{
base.Update(state, model);
GlobalUser.Update(state, model.User);
if (model.Roles.IsSpecified)
UpdateRoles(model.Roles.Value);
if (model.Nick.IsSpecified)


Loading…
Cancel
Save