mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-08 03:29:41 +01:00
Fix wrong runTaskTimer behaviour #1050
This commit is contained in:
parent
7c6e9fb9fd
commit
979d8b98c4
@ -175,7 +175,7 @@ public class BukkitService implements SettingsDependent {
|
|||||||
* @see BukkitScheduler#runTaskTimer(Plugin, Runnable, long, long)
|
* @see BukkitScheduler#runTaskTimer(Plugin, Runnable, long, long)
|
||||||
*/
|
*/
|
||||||
public BukkitTask runTaskTimer(BukkitRunnable task, long delay, long period) {
|
public BukkitTask runTaskTimer(BukkitRunnable task, long delay, long period) {
|
||||||
return task.runTaskTimer(authMe, period, delay);
|
return task.runTaskTimer(authMe, delay, period);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user