Fixed null Server names

This commit is contained in:
RogueException
2015-09-16 05:12:49 -03:00
parent a8b468dacf
commit 5a7ad06730

View File

@@ -104,6 +104,7 @@ namespace Discord
AFKTimeout = model.AFKTimeout;
if (model.JoinedAt.HasValue)
JoinedAt = model.JoinedAt.Value;
Name = model.Name;
OwnerId = model.OwnerId;
Region = model.Region;