mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
This commit is contained in:
@@ -422,6 +422,12 @@ namespace OpenSim.Framework
|
||||
|
||||
if (source.Configs.Count == 0)
|
||||
{
|
||||
MainConsole.Instance.Output("=====================================\n");
|
||||
MainConsole.Instance.Output("We are now going to ask a couple of questions about your region.\n");
|
||||
MainConsole.Instance.Output("You can press 'enter' without typing anything to use the default\n");
|
||||
MainConsole.Instance.Output("the default is displayed between [ ] brackets.\n");
|
||||
MainConsole.Instance.Output("=====================================\n");
|
||||
|
||||
if (name == String.Empty)
|
||||
name = MainConsole.Instance.CmdPrompt("New region name", name);
|
||||
if (name == String.Empty)
|
||||
|
||||
Reference in New Issue
Block a user