mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Patch from JHurliman
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
This commit is contained in:
@@ -1052,7 +1052,7 @@ ELSE
|
||||
retval.LogoutTime = Convert.ToInt32(reader["logoutTime"].ToString());
|
||||
|
||||
// Current position
|
||||
retval.Region = (string)reader["currentRegion"];
|
||||
retval.Region = (UUID)(string)reader["currentRegion"];
|
||||
retval.Handle = Convert.ToUInt64(reader["currentHandle"].ToString());
|
||||
Vector3 tmp_v;
|
||||
Vector3.TryParse((string)reader["currentPos"], out tmp_v);
|
||||
|
||||
Reference in New Issue
Block a user