aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-04-01 00:51:10 +0100
committerJustin Clark-Casey (justincc)2011-04-01 00:51:10 +0100
commite1ceb461c0e37cfe56fdfeb91a9ac4b4aa54b931 (patch)
treeee40cade8eaee77b503a660fab3bcfe932580cfe /OpenSim/Region/Application
parentLog which address and port the UDP listener is configured for. This will mat... (diff)
downloadopensim-SC_OLD-e1ceb461c0e37cfe56fdfeb91a9ac4b4aa54b931.zip
opensim-SC_OLD-e1ceb461c0e37cfe56fdfeb91a9ac4b4aa54b931.tar.gz
opensim-SC_OLD-e1ceb461c0e37cfe56fdfeb91a9ac4b4aa54b931.tar.bz2
opensim-SC_OLD-e1ceb461c0e37cfe56fdfeb91a9ac4b4aa54b931.tar.xz
Make default answer for 'do you wish to join region to an existing estate' yes instead of no.
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 6405811..f98d702 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -860,7 +860,7 @@ namespace OpenSim
860 = MainConsole.Instance.CmdPrompt( 860 = MainConsole.Instance.CmdPrompt(
861 string.Format( 861 string.Format(
862 "Do you wish to join region {0} to an existing estate (yes/no)?", regInfo.RegionName), 862 "Do you wish to join region {0} to an existing estate (yes/no)?", regInfo.RegionName),
863 "no", 863 "yes",
864 new List<string>() { "yes", "no" }); 864 new List<string>() { "yes", "no" });
865 865
866 if (response == "no") 866 if (response == "no")