diff --git a/src/main/java/fr/xephi/authme/command/CommandParts.java b/src/main/java/fr/xephi/authme/command/CommandParts.java index fd2ef6b8..6f9f8559 100644 --- a/src/main/java/fr/xephi/authme/command/CommandParts.java +++ b/src/main/java/fr/xephi/authme/command/CommandParts.java @@ -1,7 +1,7 @@ package fr.xephi.authme.command; -import com.timvisee.dungeonmaze.util.ListUtils; -import com.timvisee.dungeonmaze.util.StringUtils; +import fr.xephi.authme.util.ListUtils; +import fr.xephi.authme.util.StringUtils; import java.util.ArrayList; import java.util.List;