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