mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
also reduce check threat level of osNpcSetProfileAbout to Low; update osslEnable.ini
This commit is contained in:
@@ -3001,7 +3001,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
|
||||
public void osNpcSetProfileAbout(LSL_Key npc, string about)
|
||||
{
|
||||
CheckThreatLevel(ThreatLevel.High, "osNpcSetProfileAbout");
|
||||
CheckThreatLevel(ThreatLevel.Low, "osNpcSetProfileAbout");
|
||||
m_host.AddScriptLPS(1);
|
||||
|
||||
INPCModule module = World.RequestModuleInterface<INPCModule>();
|
||||
|
||||
Reference in New Issue
Block a user