mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +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:
@@ -915,7 +915,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
return part.UUID;
|
||||
}
|
||||
return null;
|
||||
return UUID.Zero;
|
||||
}
|
||||
|
||||
public void ObjectGrabHandler(uint localId, Vector3 offsetPos, IClientAPI remoteClient)
|
||||
|
||||
Reference in New Issue
Block a user