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 c33deae..0b4610c 100644 --- a/linden/indra/newview/llfloaterfriends.cpp +++ b/linden/indra/newview/llfloaterfriends.cpp | |||
@@ -748,7 +748,7 @@ void LLPanelFriends::requestFriendshipDialog(const LLUUID& id, | |||
748 | LLSD payload; | 748 | LLSD payload; |
749 | payload["id"] = id; | 749 | payload["id"] = id; |
750 | payload["name"] = name; | 750 | payload["name"] = name; |
751 | // Look for server versions like: Second Life Server 1.24.4.95600 | 751 | // Look for server versions like: Grid Server 1.24.4.95600 |
752 | if (gLastVersionChannel.find(" 1.24.") != std::string::npos) | 752 | if (gLastVersionChannel.find(" 1.24.") != std::string::npos) |
753 | { | 753 | { |
754 | // Old and busted server version, doesn't support friend | 754 | // Old and busted server version, doesn't support friend |