mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Merge pull request #46 from holoneon/patch-4
Update BunchOfCaps.cs typo
This commit is contained in:
@@ -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