mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Revert "Adding dynamic ossl permission control"
This reverts commit a3681f3052 until
further testing. Jenkins now fails ossl tests.
This commit is contained in:
@@ -61,16 +61,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
Prim = new OSSLPrim(this);
|
||||
}
|
||||
|
||||
public void osGrantScriptPermissions (LSL_Key avatar, LSL_List osfunctions)
|
||||
{
|
||||
m_OSSL_Functions.osGrantScriptPermissions(avatar, osfunctions);
|
||||
}
|
||||
|
||||
public void osRevokeScriptPermissions (LSL_Key avatar, LSL_List osfunctions)
|
||||
{
|
||||
m_OSSL_Functions.osRevokeScriptPermissions(avatar, osfunctions);
|
||||
}
|
||||
|
||||
public void osSetRegionWaterHeight(double height)
|
||||
{
|
||||
m_OSSL_Functions.osSetRegionWaterHeight(height);
|
||||
|
||||
Reference in New Issue
Block a user