From 093364de5dd4f45e440ec242cbb97f6783e0362a Mon Sep 17 00:00:00 2001 From: Christopher Date: Fri, 10 Jul 2020 18:10:32 +0200 Subject: [PATCH] use OSSL --- src/Appearance2Avatar.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appearance2Avatar.cs b/src/Appearance2Avatar.cs index 90085f0..0c708a5 100644 --- a/src/Appearance2Avatar.cs +++ b/src/Appearance2Avatar.cs @@ -75,7 +75,7 @@ namespace OpenSim.Modules.Appearance2Avatar { IScriptEngine wComm = m_scene.RequestModuleInterface(); - IOSSL_Api _api = (IOSSL_Api)wComm.GetApi(host.UUID, "LSL"); + IOSSL_Api _api = (IOSSL_Api)wComm.GetApi(host.UUID, "OSSL"); return _api.osGetNotecard(notecardname); }