Fixed imports of HelpSyntaxHelper class
This commit is contained in:
parent
96d2208817
commit
59d8ced86d
@ -1,9 +1,9 @@
|
|||||||
package fr.xephi.authme.command.help;
|
package fr.xephi.authme.command.help;
|
||||||
|
|
||||||
import com.timvisee.dungeonmaze.command.CommandArgumentDescription;
|
import fr.xephi.authme.command.CommandArgumentDescription;
|
||||||
import com.timvisee.dungeonmaze.command.CommandDescription;
|
import fr.xephi.authme.command.CommandDescription;
|
||||||
import com.timvisee.dungeonmaze.command.CommandParts;
|
import fr.xephi.authme.command.CommandParts;
|
||||||
import com.timvisee.dungeonmaze.util.ListUtils;
|
import fr.xephi.authme.util.ListUtils;
|
||||||
import org.bukkit.ChatColor;
|
import org.bukkit.ChatColor;
|
||||||
|
|
||||||
public class HelpSyntaxHelper {
|
public class HelpSyntaxHelper {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user