Fix typo
This commit is contained in:
parent
824df7ba66
commit
9b4bef87c6
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue