Moved Utils class to util package

This commit is contained in:
Tim Visée
2015-11-01 23:29:47 +01:00
parent 0fbeefc488
commit 3643afdea3
24 changed files with 31 additions and 36 deletions
@@ -2,7 +2,7 @@ package fr.xephi.authme.command.executable.authme;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.ConsoleLogger;
import fr.xephi.authme.Utils;
import fr.xephi.authme.util.Utils;
import fr.xephi.authme.cache.auth.PlayerCache;
import fr.xephi.authme.cache.limbo.LimboCache;
import fr.xephi.authme.command.CommandParts;