Fix mono 2.4.3 build break by using CreateInstanceAndUnwrap 9 method call deprecated in later .net versions

user_profiles
Justin Clark-Casey (justincc) 2013-01-24 00:23:12 +00:00
parent 55c6753b13
commit 1a610f30d8
1 changed files with 1 additions and 0 deletions

View File

@ -306,6 +306,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
null, null,
constructorParams, constructorParams,
null, null,
null,
null); null);
else else
m_Script m_Script