mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 13:42:59 +00:00 
			
		
		
		
	Fix deprecated usage
This commit is contained in:
		| @@ -103,7 +103,7 @@ public class OSAPI implements ILuaAPI | ||||
|                     double t = alarm.m_day * 24.0 + alarm.m_time; | ||||
|                     if( now >= t ) | ||||
|                     { | ||||
|                         queueLuaEvent( "alarm", new Object[] { entry.getKey() } ); | ||||
|                         queueLuaEvent( "alarm", new Object[] { entry.getIntKey() } ); | ||||
|                         it.remove(); | ||||
|                     } | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 SquidDev
					SquidDev