fix null reference
This commit is contained in:
parent
e0e63f3a2d
commit
c6704bd0cc
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue