Fixed accessibility error in GlobalUser

This commit is contained in:
RogueException
2015-11-08 12:04:46 -04:00
parent 9487fba23f
commit 7b23c0fe9e

View File

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