aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/CommunicationsLocal.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Communications/Local/CommunicationsLocal.cs')
-rw-r--r--OpenSim/Region/Communications/Local/CommunicationsLocal.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs
index c1e9efb..19c8860 100644
--- a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs
+++ b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs
@@ -85,8 +85,8 @@ namespace OpenSim.Region.Communications.Local
85 uint regX = 1000; 85 uint regX = 1000;
86 uint regY = 1000; 86 uint regY = 1000;
87 87
88 tempfirstname = MainLog.Instance.CmdPrompt("First name", "Hello"); 88 tempfirstname = MainLog.Instance.CmdPrompt("First name", "Default");
89 templastname = MainLog.Instance.CmdPrompt("Last name", "Everyone"); 89 templastname = MainLog.Instance.CmdPrompt("Last name", "User");
90 tempMD5Passwd = MainLog.Instance.PasswdPrompt("Password"); 90 tempMD5Passwd = MainLog.Instance.PasswdPrompt("Password");
91 regX = Convert.ToUInt32(MainLog.Instance.CmdPrompt("Start Region X", "1000")); 91 regX = Convert.ToUInt32(MainLog.Instance.CmdPrompt("Start Region X", "1000"));
92 regY = Convert.ToUInt32(MainLog.Instance.CmdPrompt("Start Region Y" , "1000")); 92 regY = Convert.ToUInt32(MainLog.Instance.CmdPrompt("Start Region Y" , "1000"));