Fix startup error #643

This commit is contained in:
Gabriele C
2016-04-07 19:10:51 +02:00
parent 83c02f487f
commit ee3299afd2
3 changed files with 7 additions and 4 deletions
@@ -24,6 +24,7 @@ import fr.xephi.authme.task.MessageTask;
import fr.xephi.authme.task.TimeoutTask;
import fr.xephi.authme.util.Utils;
import fr.xephi.authme.util.Utils.GroupType;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.entity.Player;
@@ -32,7 +33,7 @@ import org.bukkit.potion.PotionEffect;
import org.bukkit.potion.PotionEffectType;
import org.bukkit.scheduler.BukkitTask;
import com.comphenix.protocol.reflect.MethodUtils;
import org.apache.commons.lang.reflect.MethodUtils;
/**
*/