Fix importing members with no proxy tags

This commit is contained in:
Ske 2019-11-02 20:45:47 +01:00
parent 6aa72f68b3
commit f259beae90

View File

@ -154,7 +154,7 @@ namespace PluralKit.Bot
}
else
{
member.ProxyTags = dataMember.ProxyTags;
member.ProxyTags = dataMember.ProxyTags ?? new ProxyTag[] { };
}
member.KeepProxy = dataMember.KeepProxy;