mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* 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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user