mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
stop endless loop in lGetLinkPrimitiveParams
This commit is contained in:
@@ -8755,6 +8755,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
linknumber = remaining.GetLSLIntegerItem(0);
|
||||
rules = remaining.GetSublist(1, -1);
|
||||
}
|
||||
else
|
||||
break;
|
||||
}
|
||||
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user