fix build error

This commit is contained in:
Zontreck 2020-03-10 15:45:09 -07:00
parent d0885f5ca9
commit e0e63f3a2d

View file

@ -844,7 +844,7 @@ namespace Bot
return UUID.Zero;
}
private bool IsGroup(UUID grpKey)
private static bool IsGroup(UUID grpKey)
{
// For use in IMs since it appears partially broken at the moment
return GroupsCache.ContainsKey(grpKey);