Corrected name of function in call to CheckThreatLevel.

This commit is contained in:
Kevin Cozens
2017-10-26 13:29:14 -04:00
parent d65f055e4e
commit fbb2f7f319

View File

@@ -3593,7 +3593,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public int osGetSimulatorMemoryKB()
{
CheckThreatLevel(ThreatLevel.Moderate, "osGetSimulatorMemory");
CheckThreatLevel(ThreatLevel.Moderate, "osGetSimulatorMemoryKB");
long pws = System.Diagnostics.Process.GetCurrentProcess().WorkingSet64;