Browse Source

Fixed accessibility error in GlobalUser

tags/docs-0.9
RogueException 9 years ago
parent
commit
7b23c0fe9e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/Models/GlobalUser.cs

+ 1
- 1
src/Discord.Net/Models/GlobalUser.cs View File

@@ -24,7 +24,7 @@ namespace Discord
internal Channel PrivateChannel
{
get { return _privateChannel; }
internal set
set
{
_privateChannel = value;
if (value == null)


Loading…
Cancel
Save