* Fix a bug in the friends module that causes a friend not to appear online when they were.

* A few things for testing.
* This makes a modification to the region registration with the grid server so that the region can send it a chosen password to identify itself.  It will not cause any errors, if either one are not updated.
This commit is contained in:
Teravus Ovares
2008-04-13 22:47:12 +00:00
parent 7dec345d9a
commit be93c0f29a
6 changed files with 898 additions and 17 deletions

View File

@@ -190,7 +190,7 @@ namespace OpenSim.Region.Environment.Modules
List<LLUUID> updateUsers = new List<LLUUID>();
foreach (FriendListItem fli in lfli)
{
if (fli.onlinestatus = true)
if (fli.onlinestatus == true)
{
updateUsers.Add(fli.Friend);
}