fixing LocX/Y thing
parent
bcfe12ae3a
commit
a9a0839f0a
|
@ -136,10 +136,10 @@ function login($args) {
|
|||
'secure_session_id' => format_lluuid($secure_session_id),
|
||||
'last_name' => $profiledata['profile_lastname'],
|
||||
'ui-config' => $ui_config,
|
||||
'region_x' => intval($siminfo['GridLocX']),
|
||||
'region_x' => $LocX,
|
||||
'inventory_skeleton' => $inventory_skeleton,
|
||||
'sim_ip' => $siminfo['ip_addr'],
|
||||
'region_y' => intval($siminfo['GridLocY']),
|
||||
'region_y' => $LocY,
|
||||
'inventory-root' => $inventory_root,
|
||||
'login' => "true",
|
||||
'look_at' => $look_at,
|
||||
|
|
Loading…
Reference in New Issue