Corrected name of function in call to CheckThreatLevel.

0.9.0.1-postfixes
Kevin Cozens 2017-10-26 13:29:14 -04:00
parent d65f055e4e
commit fbb2f7f319
1 changed files with 1 additions and 1 deletions

View File

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