formatting
parent
e6f43023b6
commit
4c58c1b116
|
@ -140,8 +140,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.ScriptModuleComms
|
||||||
else
|
else
|
||||||
getMethodFlags |= BindingFlags.Static;
|
getMethodFlags |= BindingFlags.Static;
|
||||||
|
|
||||||
return target.GetMethod(meth,
|
return target.GetMethod(meth, getMethodFlags);
|
||||||
getMethodFlags);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void RegisterScriptInvocation(object target, string meth)
|
public void RegisterScriptInvocation(object target, string meth)
|
||||||
|
|
Loading…
Reference in New Issue