fix threat level of osDrawText

This commit is contained in:
UbitUmarov
2023-06-30 23:03:53 +01:00
parent 3ec3f69e58
commit 35e3383167

View File

@@ -1314,7 +1314,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public string osDrawText(string drawList, string text)
{
CheckThreatLevel(ThreatLevel.None, "osDrawText");
CheckThreatLevel();
drawList += "Text " + text + "; ";
return drawList;