diff options
author | Diva Canto | 2009-08-10 06:35:38 -0700 |
---|---|---|
committer | Diva Canto | 2009-08-10 06:35:38 -0700 |
commit | c7484dc739a98fb7b2378584feea2bdf8954b1e4 (patch) | |
tree | 6576cccb79a966ecd7c51bbaed09b00c767be689 /OpenSim | |
parent | Removing unused files, legacy from old asset "cache". (diff) | |
parent | Added some help instructions to the new RegionInfo region setup process; main... (diff) | |
download | opensim-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.cs | 6 |
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) |