mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +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)
|
foreach (UserData ud in names)
|
||||||
{
|
{
|
||||||
// dont tell about unknown users, we can't send them back on Bad either
|
// 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;
|
continue;
|
||||||
|
|
||||||
string fullname = ud.FirstName + " " + ud.LastName;
|
string fullname = ud.FirstName + " " + ud.LastName;
|
||||||
|
|||||||
Reference in New Issue
Block a user