mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 15:36:16 +08:00
remove some more of obsolete ninha joints code
This commit is contained in:
@@ -166,7 +166,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Plugins
|
||||
|
||||
foreach (TimerInfo ts in tvals)
|
||||
{
|
||||
if (ts.itemID == itemID)
|
||||
if (ts.itemID.Equals(itemID))
|
||||
{
|
||||
data.Add(ts.interval);
|
||||
data.Add(ts.next-DateTime.Now.Ticks);
|
||||
|
||||
Reference in New Issue
Block a user