fix null reference

This commit is contained in:
Zontreck 2020-03-10 15:58:26 -07:00
parent e0e63f3a2d
commit c6704bd0cc

View file

@ -814,6 +814,7 @@ namespace Bot
}
private static void ReloadGroupsCache()
{
GroupsCache = new Dictionary<UUID, Group>();
client.Groups.CurrentGroups += Groups_CurrentGroups;
client.Groups.RequestCurrentGroups();
GroupsEvent.WaitOne(10000, false);