mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 01:30:13 +00:00
Fix importing members with no proxy tags
This commit is contained in:
parent
6aa72f68b3
commit
f259beae90
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ namespace PluralKit.Bot
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
member.ProxyTags = dataMember.ProxyTags;
|
member.ProxyTags = dataMember.ProxyTags ?? new ProxyTag[] { };
|
||||||
}
|
}
|
||||||
|
|
||||||
member.KeepProxy = dataMember.KeepProxy;
|
member.KeepProxy = dataMember.KeepProxy;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue