diff options
author | Justin Clark-Casey (justincc) | 2011-04-01 00:51:10 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-04-01 00:51:10 +0100 |
commit | e1ceb461c0e37cfe56fdfeb91a9ac4b4aa54b931 (patch) | |
tree | ee40cade8eaee77b503a660fab3bcfe932580cfe /OpenSim/Region/Application/OpenSimBase.cs | |
parent | Log which address and port the UDP listener is configured for. This will mat... (diff) | |
download | opensim-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/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
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") |