aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/RegionInfo.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs
index 770107f..ac040c5 100644
--- a/OpenSim/Framework/RegionInfo.cs
+++ b/OpenSim/Framework/RegionInfo.cs
@@ -186,6 +186,7 @@ namespace OpenSim.Framework
186 186
187 public string DataStore = ""; 187 public string DataStore = "";
188 public bool isSandbox = false; 188 public bool isSandbox = false;
189 public bool commFailTF = false;
189 190
190 public LLUUID MasterAvatarAssignedUUID = LLUUID.Zero; 191 public LLUUID MasterAvatarAssignedUUID = LLUUID.Zero;
191 public string MasterAvatarFirstName = ""; 192 public string MasterAvatarFirstName = "";