mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and version to REST/json statistics reporting
This commit is contained in:
@@ -10312,7 +10312,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
return handler.PacketQueue.GetStats();
|
||||
}
|
||||
|
||||
public string XReport()
|
||||
public string XReport(string uptime, string version)
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user