mirror of
https://github.com/opensim/opensim.git
synced 2026-07-04 18:15:56 +08:00
Mantis#1437. Patch one of four. Thank you kindly, Melanie for:
Corrects the XEngine's script startup semantics. Completes llRequestAgentData Implements llDetectedLink Fixes a few minor issues
This commit is contained in:
@@ -81,10 +81,13 @@ namespace OpenSim.Region.ScriptEngine.XEngine.Script
|
||||
|
||||
public Dictionary<string, object> GetVars()
|
||||
{
|
||||
m_Fields.Clear();
|
||||
|
||||
Dictionary<string, object> vars = new Dictionary<string, object>();
|
||||
|
||||
if(m_Fields == null)
|
||||
return vars;
|
||||
|
||||
m_Fields.Clear();
|
||||
|
||||
Type t = GetType();
|
||||
|
||||
FieldInfo[] fields = t.GetFields(BindingFlags.NonPublic |
|
||||
|
||||
Reference in New Issue
Block a user