aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/RemoteController
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/ApplicationPlugins/RemoteController')
-rw-r--r--OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
index 0a08fb9..cfd3885 100644
--- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
+++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
@@ -306,7 +306,7 @@ namespace OpenSim.ApplicationPlugins.LoadRegions
306 uint regX = Convert.ToUInt32((Int32) requestData["start_region_x"]); 306 uint regX = Convert.ToUInt32((Int32) requestData["start_region_x"]);
307 uint regY = Convert.ToUInt32((Int32) requestData["start_region_y"]); 307 uint regY = Convert.ToUInt32((Int32) requestData["start_region_y"]);
308 308
309 LLUUID tempuserID = m_app.CreateUser(tempfirstname, templastname, tempPasswd, regX, regY); 309 LLUUID tempuserID = m_app.CreateUser(tempfirstname, templastname, tempPasswd, regX, regY);
310 310
311 if (tempuserID == LLUUID.Zero) 311 if (tempuserID == LLUUID.Zero)
312 { 312 {