diff options
Diffstat (limited to 'OpenSim/Framework/RegionInfo.cs')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index a0f536a..4c107c9 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -211,6 +211,8 @@ namespace OpenSim.Framework | |||
211 | public int ProxyOffset = 0; | 211 | public int ProxyOffset = 0; |
212 | public string RegionName = String.Empty; | 212 | public string RegionName = String.Empty; |
213 | public string regionSecret = UUID.Random().ToString(); | 213 | public string regionSecret = UUID.Random().ToString(); |
214 | |||
215 | public string osSecret; | ||
214 | 216 | ||
215 | public UUID lastMapUUID = UUID.Zero; | 217 | public UUID lastMapUUID = UUID.Zero; |
216 | public string lastMapRefresh = "0"; | 218 | public string lastMapRefresh = "0"; |