This commit is contained in:
Zontreck 2020-08-07 17:23:08 -07:00
parent 824df7ba66
commit 9b4bef87c6

View file

@ -26,7 +26,7 @@ namespace Bot
else else
{ {
BotSession.Instance.grid.Self.RequestJoinGroupChat(groups.Key); 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");
} }
} }
} }