Fixed imports of HelpCommand class

This commit is contained in:
Tim Visée 2015-11-01 16:34:13 +01:00
parent 802053f045
commit 2e5e3f25e3

View File

@ -1,8 +1,8 @@
package fr.xephi.authme.command.executable;
import com.timvisee.dungeonmaze.command.CommandParts;
import com.timvisee.dungeonmaze.command.ExecutableCommand;
import com.timvisee.dungeonmaze.command.help.HelpProvider;
import fr.xephi.authme.command.CommandParts;
import fr.xephi.authme.command.ExecutableCommand;
import fr.xephi.authme.command.help.HelpProvider;
import org.bukkit.command.CommandSender;
public class HelpCommand extends ExecutableCommand {