aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index da81c03..6495899 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -1258,7 +1258,7 @@ namespace OpenSim.Region.Framework.Scenes
1258 // 1258 //
1259 // TODO: Find a better place for this 1259 // TODO: Find a better place for this
1260 // 1260 //
1261 while (m_regInfo.EstateSettings.EstateOwner == UUID.Zero) 1261 while (m_regInfo.EstateSettings.EstateOwner == UUID.Zero && MainConsole.Instance != null)
1262 { 1262 {
1263 MainConsole.Instance.Output("The current estate has no owner set."); 1263 MainConsole.Instance.Output("The current estate has no owner set.");
1264 string first = MainConsole.Instance.CmdPrompt("Estate owner first name", "Test"); 1264 string first = MainConsole.Instance.CmdPrompt("Estate owner first name", "Test");