mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +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:
@@ -216,6 +216,7 @@ namespace OpenSim.Framework
|
||||
public string MasterAvatarFirstName = String.Empty;
|
||||
public string MasterAvatarLastName = String.Empty;
|
||||
public string MasterAvatarSandboxPassword = String.Empty;
|
||||
public string regionSecret = LLUUID.Random().ToString();
|
||||
public string proxyUrl = "";
|
||||
public LLUUID originRegionID = LLUUID.Zero;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user