Make default answer for 'do you wish to join region to an existing estate' yes instead of no.

0.7.1-dev
Justin Clark-Casey (justincc) 2011-04-01 00:51:10 +01:00
parent 39c610c165
commit e1ceb461c0
1 changed files with 1 additions and 1 deletions

View File

@ -860,7 +860,7 @@ namespace OpenSim
= MainConsole.Instance.CmdPrompt(
string.Format(
"Do you wish to join region {0} to an existing estate (yes/no)?", regInfo.RegionName),
"no",
"yes",
new List<string>() { "yes", "no" });
if (response == "no")