mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 13:42:59 +00:00 
			
		
		
		
	| @@ -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" ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jonathan Coates
					Jonathan Coates