Pass plugin into executor getter for future proofing

This commit is contained in:
md_5
2014-07-08 15:53:25 +10:00
parent 5d1b660e32
commit 8ce26e0370
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ public class BungeeScheduler implements TaskScheduler
{
@Override
public ExecutorService getExecutorService()
public ExecutorService getExecutorService(Plugin plugin)
{
return s;
}