mirror of
https://github.com/opensim/opensim.git
synced 2026-07-07 21:25:47 +08:00
yeack, scripts can set targets, not having the events
This commit is contained in:
@@ -1085,8 +1085,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||
State = "default";
|
||||
|
||||
|
||||
part.SetScriptEvents(ItemID,
|
||||
(int)m_Script.GetStateEventFlags(State));
|
||||
part.SetScriptEvents(ItemID, m_Script.GetStateEventFlags(State));
|
||||
if (running)
|
||||
Start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user