mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
For my own sanity, fix a bug in xengine
This commit is contained in:
@@ -1091,7 +1091,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
return false;
|
||||
|
||||
uuids = m_PrimObjects[localID];
|
||||
}
|
||||
|
||||
|
||||
foreach (UUID itemID in uuids)
|
||||
{
|
||||
@@ -1109,6 +1109,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
result = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user