Corrected name of function in call to CheckThreatLevel.
parent
d65f055e4e
commit
fbb2f7f319
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue