mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-05-05 08:54:14 +00:00
parent
663859d2e5
commit
abf425dfb5
@ -412,7 +412,7 @@ public class OSAPI implements ILuaAPI
|
||||
// Get in-game epoch
|
||||
synchronized( m_alarms )
|
||||
{
|
||||
return m_day * 86400000 + (int) (m_time * 3600000.0f);
|
||||
return m_day * 86400000L + (long) (m_time * 3600000.0);
|
||||
}
|
||||
default:
|
||||
throw new LuaException( "Unsupported operation" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user