mirror of
https://github.com/opensim/opensim.git
synced 2026-05-22 00:19:03 +08:00
formatting
This commit is contained in:
@@ -140,8 +140,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.ScriptModuleComms
|
||||
else
|
||||
getMethodFlags |= BindingFlags.Static;
|
||||
|
||||
return target.GetMethod(meth,
|
||||
getMethodFlags);
|
||||
return target.GetMethod(meth, getMethodFlags);
|
||||
}
|
||||
|
||||
public void RegisterScriptInvocation(object target, string meth)
|
||||
|
||||
Reference in New Issue
Block a user