9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-24 01:29:16 +00:00

Removed J.sr (runTask) as it's no longer needed

This commit is contained in:
Mohamad82Bz
2021-05-25 21:16:15 +04:30
parent e24a7f887a
commit f21685e81d

View File

@@ -235,17 +235,6 @@ public class J
Bukkit.getScheduler().scheduleSyncDelayedTask(Iris.instance, r);
}
/**
* Run a sync task
*
* @param r
* the runnable
*/
public static void sr(Runnable r)
{
Bukkit.getScheduler().runTask(Iris.instance, r);
}
/**
* Queue a sync task
*