This commit is contained in:
Gabriele C
2016-07-11 22:45:22 +02:00
parent 361039f946
commit 4a37e1a4ab
5 changed files with 0 additions and 29 deletions
@@ -1,6 +1,5 @@
package fr.xephi.authme.process.logout;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.ConsoleLogger;
import fr.xephi.authme.cache.SessionManager;
import fr.xephi.authme.events.LogoutEvent;
@@ -26,9 +25,6 @@ import static fr.xephi.authme.util.BukkitService.TICKS_PER_SECOND;
public class ProcessSynchronousPlayerLogout implements SynchronousProcess {
@Inject
private AuthMe plugin;
@Inject
private BungeeService bungeeService;