aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-03-21 23:26:35 +0000
committerJustin Clark-Casey (justincc)2011-03-21 23:26:35 +0000
commit7acade00b9b34403e63656d5e2efc94322342653 (patch)
treed534c13b4222dcb7000373931931d3f413c4d9f9 /OpenSim/Region/Framework/Scenes/Scene.cs
parentIn initial setup, stop a user being able to create a new estate with the same... (diff)
downloadopensim-SC_OLD-7acade00b9b34403e63656d5e2efc94322342653.zip
opensim-SC_OLD-7acade00b9b34403e63656d5e2efc94322342653.tar.gz
opensim-SC_OLD-7acade00b9b34403e63656d5e2efc94322342653.tar.bz2
opensim-SC_OLD-7acade00b9b34403e63656d5e2efc94322342653.tar.xz
On initial setup, include estate and regions names in questions to make it clearer what they relate to.
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 1a6a70b..4d2519d 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -1109,7 +1109,7 @@ namespace OpenSim.Region.Framework.Scenes
1109 // 1109 //
1110 while (m_regInfo.EstateSettings.EstateOwner == UUID.Zero && MainConsole.Instance != null) 1110 while (m_regInfo.EstateSettings.EstateOwner == UUID.Zero && MainConsole.Instance != null)
1111 { 1111 {
1112 MainConsole.Instance.Output("The current estate has no owner set."); 1112 MainConsole.Instance.OutputFormat("Estate {0} has no owner set.", m_regInfo.EstateSettings.EstateName);
1113 List<char> excluded = new List<char>(new char[1]{' '}); 1113 List<char> excluded = new List<char>(new char[1]{' '});
1114 string first = MainConsole.Instance.CmdPrompt("Estate owner first name", "Test", excluded); 1114 string first = MainConsole.Instance.CmdPrompt("Estate owner first name", "Test", excluded);
1115 string last = MainConsole.Instance.CmdPrompt("Estate owner last name", "User", excluded); 1115 string last = MainConsole.Instance.CmdPrompt("Estate owner last name", "User", excluded);