9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 10:09:14 +00:00

More Settings

This commit is contained in:
Daniel Mills
2020-10-12 20:04:32 -04:00
parent ac2dcee6c3
commit c45044b5c2
5 changed files with 41 additions and 3 deletions

View File

@@ -440,9 +440,9 @@ public class Iris extends MortarPlugin
}, RNG.r.i(100, 1200));
}
public static String jobCount()
public static int jobCount()
{
return syncJobs.size() + "S";
return syncJobs.size();
}
public static void clearQueues()