do not display 0:xx:xx PM

This commit is contained in:
UbitUmarov
2020-06-12 20:02:55 +01:00
parent e404d671c8
commit 3bf0f6c407
2 changed files with 3 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
m_OSSL_Functions.osSetEstateSunSettings(sunFixed, sunHour);
}
public double osGetCurrentSunHour()
public LSL_Float osGetCurrentSunHour()
{
return m_OSSL_Functions.osGetCurrentSunHour();
}