mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
change the delay to 0.2s. My bad.
This commit is contained in:
@@ -7194,7 +7194,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
public void llSetLinkPrimitiveParams(int linknumber, LSL_List rules)
|
||||
{
|
||||
llSetLinkPrimitiveParams(linknumber, rules);
|
||||
ScriptSleep(100);
|
||||
ScriptSleep(200);
|
||||
}
|
||||
|
||||
protected void SetPrimParams(ScenePresence av, LSL_List rules)
|
||||
|
||||
Reference in New Issue
Block a user