master
Christopher 2020-07-10 18:10:32 +02:00
parent 1e3e2394b1
commit 093364de5d
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ namespace OpenSim.Modules.Appearance2Avatar
{
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);
}