From ad016ba87c800d83fcc5188d1f0ea8859ab96a26 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Mon, 10 Aug 2009 19:06:09 +1000 Subject: 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. --- OpenSim/Framework/RegionInfo.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'OpenSim') 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 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) -- cgit v1.1