Make default answer for 'do you wish to join region to an existing estate' yes instead of no.
parent
39c610c165
commit
e1ceb461c0
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue