diff options
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) |