Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and version to REST/json statistics reporting

This commit is contained in:
Dahlia Trimble
2009-04-25 05:06:01 +00:00
parent 917849eaac
commit 4792e6139a
6 changed files with 15 additions and 17 deletions

View File

@@ -10312,7 +10312,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
return handler.PacketQueue.GetStats();
}
public string XReport()
public string XReport(string uptime, string version)
{
return "";
}