mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 17:12:17 +00:00
formatting
This commit is contained in:
+1
-2
@@ -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