mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
remove some more of obsolete ninha joints code
This commit is contained in:
@@ -224,7 +224,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Plugins
|
||||
List<string> toremove = new List<string>(DataserverRequests.Count);
|
||||
foreach (DataserverRequest ds in DataserverRequests.Values)
|
||||
{
|
||||
if (ds.itemID == itemID)
|
||||
if (ds.itemID.Equals(itemID))
|
||||
toremove.Add(ds.handle);
|
||||
}
|
||||
foreach (string s in toremove)
|
||||
|
||||
Reference in New Issue
Block a user