|
@@ -81,7 +81,7 @@ namespace Discord.WebSocket |
|
|
Username = model.Username.Value; |
|
|
Username = model.Username.Value; |
|
|
hasChanges = true; |
|
|
hasChanges = true; |
|
|
} |
|
|
} |
|
|
if (model.Flags.IsSpecified && model.Flags.Value != Flags) |
|
|
|
|
|
|
|
|
if (model.Flags.IsSpecified && model.Flags.Value != (int) Flags) |
|
|
{ |
|
|
{ |
|
|
Flags = (UserProperties) model.Flags.Value; |
|
|
Flags = (UserProperties) model.Flags.Value; |
|
|
hasChanges = true; |
|
|
hasChanges = true; |
|
|