diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterfriends.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterfriends.cpp b/linden/indra/newview/llfloaterfriends.cpp index 84ba81e..cf25e8e 100644 --- a/linden/indra/newview/llfloaterfriends.cpp +++ b/linden/indra/newview/llfloaterfriends.cpp | |||
@@ -785,7 +785,7 @@ void LLPanelFriends::requestFriendshipDialog(const LLUUID& id, | |||
785 | LLSD payload; | 785 | LLSD payload; |
786 | payload["id"] = id; | 786 | payload["id"] = id; |
787 | payload["name"] = name; | 787 | payload["name"] = name; |
788 | // Look for server versions like: Second Life Server 1.24.4.95600 | 788 | // Look for server versions like: Grid Server 1.24.4.95600 |
789 | if (gLastVersionChannel.find(" 1.24.") != std::string::npos) | 789 | if (gLastVersionChannel.find(" 1.24.") != std::string::npos) |
790 | { | 790 | { |
791 | // Old and busted server version, doesn't support friend | 791 | // Old and busted server version, doesn't support friend |