mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
minor changes on llgettime
This commit is contained in:
@@ -115,7 +115,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
|
||||
if(m_XMRLSLApi is not null)
|
||||
{
|
||||
double scriptTime = Util.GetTimeStampMS() - m_XMRLSLApi.getLSLTimer();
|
||||
double scriptTime = Util.GetTimeStampMS() - m_XMRLSLApi.getLSLTimerMS();
|
||||
XmlElement scriptTimeN = doc.CreateElement("", "scrpTime", "");
|
||||
scriptTimeN.AppendChild(doc.CreateTextNode(scriptTime.ToString()));
|
||||
scriptStateN.AppendChild(scriptTimeN);
|
||||
|
||||
Reference in New Issue
Block a user