mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +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:
@@ -787,7 +787,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid
|
||||
UUID userUUID = UUID.Zero;
|
||||
if (UUID.TryParse(uuidString, out userUUID))
|
||||
{
|
||||
UUID RemoteID = uuidString;
|
||||
UUID RemoteID = (UUID)uuidString;
|
||||
UUID LocalID = RemoteID;
|
||||
// FIXME: TODO: Routine to map RemoteUUIDs to LocalUUIds
|
||||
// would be done already.. but the client connects with the Aditi UUID
|
||||
|
||||
Reference in New Issue
Block a user