From 9b4bef87c6e4aae7575b60c0cb5f578dad9cf29e Mon Sep 17 00:00:00 2001 From: Zontreck Date: Fri, 7 Aug 2020 17:23:08 -0700 Subject: [PATCH] Fix typo --- GroupKeepAlive.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GroupKeepAlive.cs b/GroupKeepAlive.cs index 696b985..0fd44c1 100644 --- a/GroupKeepAlive.cs +++ b/GroupKeepAlive.cs @@ -26,7 +26,7 @@ namespace Bot else { BotSession.Instance.grid.Self.RequestJoinGroupChat(groups.Key); - MHE(Destinations.DEST_LOCAL, UUID.Zero, "I lost the group chat session for secondlife:///app/group/"+groups.Key.ToString()+"/about - Attempting to rejoin the group chat") + MHE(Destinations.DEST_LOCAL, UUID.Zero, "I lost the group chat session for secondlife:///app/group/" + groups.Key.ToString() + "/about - Attempting to rejoin the group chat"); } } }