mirror of
https://github.com/opensim/opensim.git
synced 2026-07-08 22:06:26 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a5e5111d4a | ||
|
|
f561c21369 |
@@ -2242,7 +2242,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
foreach (UserData ud in names)
|
||||
{
|
||||
// dont tell about unknown users, we can't send them back on Bad either
|
||||
if (string.IsNullOrEmpty(ud.FirstName) || ud.FirstName.Equals("Unkown"))
|
||||
if (string.IsNullOrEmpty(ud.FirstName) || ud.FirstName.Equals("Unknown"))
|
||||
continue;
|
||||
|
||||
string fullname = ud.FirstName + " " + ud.LastName;
|
||||
@@ -2643,4 +2643,4 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user