playerlistener cleanup

This commit is contained in:
Gabriele C
2016-05-29 16:34:03 +02:00
parent 64aacb12db
commit 52c0c7dd64
7 changed files with 13 additions and 42 deletions
@@ -1,6 +1,5 @@
package fr.xephi.authme.command.executable.authme;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.command.CommandService;
import fr.xephi.authme.command.ExecutableCommand;
import fr.xephi.authme.converter.Converter;
@@ -23,9 +22,6 @@ import java.util.List;
*/
public class ConverterCommand implements ExecutableCommand {
@Inject
private AuthMe authMe;
@Inject
private BukkitService bukkitService;