mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 13:42:59 +00:00 
			
		
		
		
	Fix introduction dates of os.cancel[Alarm|Timer]
This commit is contained in:
		| @@ -167,6 +167,7 @@ public class OSAPI implements ILuaAPI { | |||||||
|      * |      * | ||||||
|      * @param token The ID of the timer to cancel. |      * @param token The ID of the timer to cancel. | ||||||
|      * @see #startTimer To start a timer. |      * @see #startTimer To start a timer. | ||||||
|  |      * @cc.since 1.6 | ||||||
|      */ |      */ | ||||||
|     @LuaFunction |     @LuaFunction | ||||||
|     public final void cancelTimer(int token) { |     public final void cancelTimer(int token) { | ||||||
| @@ -201,7 +202,7 @@ public class OSAPI implements ILuaAPI { | |||||||
|      * alarm from firing. |      * alarm from firing. | ||||||
|      * |      * | ||||||
|      * @param token The ID of the alarm to cancel. |      * @param token The ID of the alarm to cancel. | ||||||
|      * @cc.since 1.2 |      * @cc.since 1.6 | ||||||
|      * @see #setAlarm To set an alarm. |      * @see #setAlarm To set an alarm. | ||||||
|      */ |      */ | ||||||
|     @LuaFunction |     @LuaFunction | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 JackMacWindows
					JackMacWindows