mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
fix threat level of osDrawText
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user