From 32c6ab710a66878d8e78f98a8910d7436ece6ad2 Mon Sep 17 00:00:00 2001 From: md-5 Date: Fri, 13 Dec 2013 12:46:52 +1100 Subject: [PATCH] Delay is not in milliseconds, its in the TimeUnit --- .../main/java/net/md_5/bungee/api/scheduler/TaskScheduler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/net/md_5/bungee/api/scheduler/TaskScheduler.java b/api/src/main/java/net/md_5/bungee/api/scheduler/TaskScheduler.java index a5062ebd..d4cfe8a7 100644 --- a/api/src/main/java/net/md_5/bungee/api/scheduler/TaskScheduler.java +++ b/api/src/main/java/net/md_5/bungee/api/scheduler/TaskScheduler.java @@ -65,7 +65,7 @@ public interface TaskScheduler * * @param owner the plugin owning this task * @param task the task to run - * @param delay the delay in milliseconds before this task will be executed + * @param delay the delay before this task will be executed * @param period the interval before subsequent executions of this task * @param unit the unit in which the delay and period will be measured * @return the scheduled task