Remove messenger system & more cleanup

This commit is contained in:
Luck
2016-11-06 14:56:13 +00:00
Unverified
parent 4f6e229943
commit 5ebbc178a5
6 changed files with 90 additions and 91 deletions
@@ -173,7 +173,6 @@ public class LPBungeePlugin extends Plugin implements LuckPermsPlugin {
updateTaskBuffer.requestDirectly();
// register tasks
getProxy().getScheduler().schedule(this, BungeeSenderFactory.get(this), 50L, 50L, TimeUnit.MILLISECONDS); // 20 times per second (once per "tick")
getProxy().getScheduler().schedule(this, new ExpireTemporaryTask(this), 3L, 3L, TimeUnit.SECONDS);
getProxy().getScheduler().schedule(this, consecutiveExecutor, 1L, 1L, TimeUnit.SECONDS);