diff options
author | Adam Frisby | 2009-08-10 19:06:09 +1000 |
---|---|---|
committer | Adam Frisby | 2009-08-10 19:06:09 +1000 |
commit | ad016ba87c800d83fcc5188d1f0ea8859ab96a26 (patch) | |
tree | 2000d3086a7e63abff5b282db16979997b8789f3 /OpenSim | |
parent | Stub out the Profile and Presence services (diff) | |
download | opensim-SC_OLD-ad016ba87c800d83fcc5188d1f0ea8859ab96a26.zip opensim-SC_OLD-ad016ba87c800d83fcc5188d1f0ea8859ab96a26.tar.gz opensim-SC_OLD-ad016ba87c800d83fcc5188d1f0ea8859ab96a26.tar.bz2 opensim-SC_OLD-ad016ba87c800d83fcc5188d1f0ea8859ab96a26.tar.xz |
Added some help instructions to the new RegionInfo region setup process; mainly to point out 'yes you can input information here.' since it seems to elude some users.
Diffstat (limited to '')
-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) |