Set SQLite as default database and convert actual flat to sqlite

This commit is contained in:
Xephi59
2015-07-21 01:13:27 +02:00
parent d91f48bf08
commit 03bfe80ee2
6 changed files with 63 additions and 21 deletions
@@ -4,7 +4,6 @@ import org.bukkit.Bukkit;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.converter.Converter;
@@ -30,10 +29,6 @@ public class ConverterCommand implements CommandExecutor {
@Override
public boolean onCommand(CommandSender sender, Command cmnd, String label,
final String[] args) {
if (!(sender instanceof Player)) {
return true;
}
if (!plugin.authmePermissible(sender, "authme.admin.converter")) {
m.send(sender, "no_perm");
return true;