Fix importing members with no proxy tags
This commit is contained in:
		| @@ -154,7 +154,7 @@ namespace PluralKit.Bot | ||||
|                 } | ||||
|                 else | ||||
|                 { | ||||
|                     member.ProxyTags = dataMember.ProxyTags; | ||||
|                     member.ProxyTags = dataMember.ProxyTags ?? new ProxyTag[] { }; | ||||
|                 } | ||||
|  | ||||
|                 member.KeepProxy = dataMember.KeepProxy; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user