Moved authme command

This commit is contained in:
Tim Visée 2015-11-01 20:57:33 +01:00
parent a36553f75f
commit ebd25e16a0
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ package fr.xephi.authme.command;
import fr.xephi.authme.command.executable.*;
import fr.xephi.authme.command.executable.authme.*;
import fr.xephi.authme.command.executable.changepassword.*;
import fr.xephi.authme.command.executable.changepassword.ChangePasswordCommand;
import fr.xephi.authme.command.executable.login.LoginCommand;

View File

@ -1,4 +1,4 @@
package fr.xephi.authme.command.executable;
package fr.xephi.authme.command.executable.authme;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.command.CommandParts;