From e0e63f3a2dd8e81f94f88d251f76efd3a0890b80 Mon Sep 17 00:00:00 2001 From: Zontreck Date: Tue, 10 Mar 2020 15:45:09 -0700 Subject: [PATCH] fix build error --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index f4c7544..bc2a25e 100644 --- a/Program.cs +++ b/Program.cs @@ -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);