mirror of
https://github.com/opensim/opensim.git
synced 2026-06-30 02:57:02 +08:00
Fix regression where the stored state of every second script in an object rezzed from inventory (e.g. attachments) was no longer loaded.
Likely a regression since f132f642 (2014-08-28)
Relates to http://opensimulator.org/mantis/view.php?id=7278
This commit is contained in:
@@ -1043,6 +1043,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||
|
||||
public void SetVars(Dictionary<string, object> vars)
|
||||
{
|
||||
// foreach (KeyValuePair<string, object> kvp in vars)
|
||||
// m_log.DebugFormat("[SCRIPT INSTANCE]: Setting var {0}={1}", kvp.Key, kvp.Value);
|
||||
|
||||
m_Script.SetVars(vars);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user