diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index da20edc..f19f1db 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -216,6 +216,7 @@ namespace OpenSim.Framework | |||
216 | public string MasterAvatarFirstName = String.Empty; | 216 | public string MasterAvatarFirstName = String.Empty; |
217 | public string MasterAvatarLastName = String.Empty; | 217 | public string MasterAvatarLastName = String.Empty; |
218 | public string MasterAvatarSandboxPassword = String.Empty; | 218 | public string MasterAvatarSandboxPassword = String.Empty; |
219 | public string regionSecret = LLUUID.Random().ToString(); | ||
219 | public string proxyUrl = ""; | 220 | public string proxyUrl = ""; |
220 | public LLUUID originRegionID = LLUUID.Zero; | 221 | public LLUUID originRegionID = LLUUID.Zero; |
221 | 222 | ||