use OSSL
parent
1e3e2394b1
commit
093364de5d
|
@ -75,7 +75,7 @@ namespace OpenSim.Modules.Appearance2Avatar
|
||||||
{
|
{
|
||||||
IScriptEngine wComm = m_scene.RequestModuleInterface<IScriptEngine>();
|
IScriptEngine wComm = m_scene.RequestModuleInterface<IScriptEngine>();
|
||||||
|
|
||||||
IOSSL_Api _api = (IOSSL_Api)wComm.GetApi(host.UUID, "LSL");
|
IOSSL_Api _api = (IOSSL_Api)wComm.GetApi(host.UUID, "OSSL");
|
||||||
return _api.osGetNotecard(notecardname);
|
return _api.osGetNotecard(notecardname);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue