mirror of
https://github.com/opensim/opensim.git
synced 2026-07-13 19:14:51 +08:00
Fix mono 2.4.3 build break by using CreateInstanceAndUnwrap 9 method call deprecated in later .net versions
This commit is contained in:
@@ -306,6 +306,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||
null,
|
||||
constructorParams,
|
||||
null,
|
||||
null,
|
||||
null);
|
||||
else
|
||||
m_Script
|
||||
|
||||
Reference in New Issue
Block a user