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:
@@ -52,7 +52,7 @@ namespace OpenSim.Grid.MessagingServer
|
||||
|
||||
public UUID getitem(int index)
|
||||
{
|
||||
UUID result = null;
|
||||
UUID result = UUID.Zero;
|
||||
lock (AgentList)
|
||||
{
|
||||
if (index > 0 && index < AgentList.Count)
|
||||
|
||||
Reference in New Issue
Block a user