Removed unused code

This commit is contained in:
Tim Visée 2015-11-01 20:17:52 +01:00
parent f67cb02d23
commit 1fad2b401c

View File

@ -3,7 +3,6 @@ package fr.xephi.authme.command.executable.login;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.command.CommandParts;
import fr.xephi.authme.command.ExecutableCommand;
import fr.xephi.authme.settings.Messages;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
@ -23,9 +22,6 @@ public class LoginCommand extends ExecutableCommand {
// AuthMe plugin instance
final AuthMe plugin = AuthMe.getInstance();
// Messages instance
final Messages m = Messages.getInstance();
// Make sure the current command executor is a player
if(!(sender instanceof Player)) {
return true;