remove some xengine code; remove OSSLPrim, whatever that was

This commit is contained in:
UbitUmarov
2022-11-01 01:23:04 +00:00
parent 9559b402e9
commit fd6edf81d9
9 changed files with 209 additions and 665 deletions

View File

@@ -52,10 +52,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public void ApiTypeLSL(IScriptApi api)
{
if (!(api is ILSL_Api))
return;
m_LSL_Functions = (ILSL_Api)api;
if (api is ILSL_Api p)
m_LSL_Functions = p;
}
public void state(string newState)