mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-27 20:57:35 +01:00
Fixed imports of HelpCommand class
This commit is contained in:
parent
802053f045
commit
2e5e3f25e3
@ -1,8 +1,8 @@
|
|||||||
package fr.xephi.authme.command.executable;
|
package fr.xephi.authme.command.executable;
|
||||||
|
|
||||||
import com.timvisee.dungeonmaze.command.CommandParts;
|
import fr.xephi.authme.command.CommandParts;
|
||||||
import com.timvisee.dungeonmaze.command.ExecutableCommand;
|
import fr.xephi.authme.command.ExecutableCommand;
|
||||||
import com.timvisee.dungeonmaze.command.help.HelpProvider;
|
import fr.xephi.authme.command.help.HelpProvider;
|
||||||
import org.bukkit.command.CommandSender;
|
import org.bukkit.command.CommandSender;
|
||||||
|
|
||||||
public class HelpCommand extends ExecutableCommand {
|
public class HelpCommand extends ExecutableCommand {
|
||||||
|
Loading…
Reference in New Issue
Block a user