change show uptime to 24hour format

This commit is contained in:
UbitUmarov
2020-06-09 02:20:35 +01:00
parent d3cb210080
commit e1b234d9d0
2 changed files with 5 additions and 4 deletions

View File

@@ -598,6 +598,7 @@ namespace OpenSim.Framework.Servers.HttpServer
PollServiceHttpRequest psreq = new PollServiceHttpRequest(psEvArgs, request);
psEvArgs.Request?.Invoke(psreq.RequestID, osRequest);
m_pollServiceManager.Enqueue(psreq);
psreq = null;
}
else
{