Pass plugin into executor getter for future proofing
This commit is contained in:
@@ -30,7 +30,7 @@ public class BungeeScheduler implements TaskScheduler
|
||||
{
|
||||
|
||||
@Override
|
||||
public ExecutorService getExecutorService()
|
||||
public ExecutorService getExecutorService(Plugin plugin)
|
||||
{
|
||||
return s;
|
||||
}
|
||||
|
Reference in New Issue
Block a user