This commit is contained in:
Gabriele C
2016-06-28 14:28:37 +02:00
parent 874869cef8
commit 70b57b389e
5 changed files with 2 additions and 16 deletions
@@ -3,7 +3,6 @@ package fr.xephi.authme.hooks;
import com.google.common.io.ByteArrayDataInput;
import com.google.common.io.ByteStreams;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.ConsoleLogger;
import fr.xephi.authme.cache.SessionManager;
import fr.xephi.authme.cache.auth.PlayerAuth;
@@ -32,9 +31,6 @@ public class BungeeCordMessage implements PluginMessageListener {
@Inject
private SessionManager sessionManager;
@Inject
private AuthMe plugin;
@Inject
private NewSetting settings;