aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorDiva Canto2009-08-10 06:35:38 -0700
committerDiva Canto2009-08-10 06:35:38 -0700
commitc7484dc739a98fb7b2378584feea2bdf8954b1e4 (patch)
tree6576cccb79a966ecd7c51bbaed09b00c767be689 /OpenSim
parentRemoving unused files, legacy from old asset "cache". (diff)
parentAdded some help instructions to the new RegionInfo region setup process; main... (diff)
downloadopensim-SC_OLD-c7484dc739a98fb7b2378584feea2bdf8954b1e4.zip
opensim-SC_OLD-c7484dc739a98fb7b2378584feea2bdf8954b1e4.tar.gz
opensim-SC_OLD-c7484dc739a98fb7b2378584feea2bdf8954b1e4.tar.bz2
opensim-SC_OLD-c7484dc739a98fb7b2378584feea2bdf8954b1e4.tar.xz
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Framework/RegionInfo.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs
index 3dd057c..3896a6e 100644
--- a/OpenSim/Framework/RegionInfo.cs
+++ b/OpenSim/Framework/RegionInfo.cs
@@ -422,6 +422,12 @@ namespace OpenSim.Framework
422 422
423 if (source.Configs.Count == 0) 423 if (source.Configs.Count == 0)
424 { 424 {
425 MainConsole.Instance.Output("=====================================\n");
426 MainConsole.Instance.Output("We are now going to ask a couple of questions about your region.\n");
427 MainConsole.Instance.Output("You can press 'enter' without typing anything to use the default\n");
428 MainConsole.Instance.Output("the default is displayed between [ ] brackets.\n");
429 MainConsole.Instance.Output("=====================================\n");
430
425 if (name == String.Empty) 431 if (name == String.Empty)
426 name = MainConsole.Instance.CmdPrompt("New region name", name); 432 name = MainConsole.Instance.CmdPrompt("New region name", name);
427 if (name == String.Empty) 433 if (name == String.Empty)