mirror of
https://github.com/opensim/opensim.git
synced 2026-05-30 14:17:12 +08:00
Corrected name of function in call to CheckThreatLevel.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user