Fixed wrong UUIDFetcher import

This commit is contained in:
Rsl1122 2016-12-11 20:09:40 +02:00
parent 19d688f498
commit ba488c3f70
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import java.util.Comparator;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import me.edge209.OnTime.UUIDFetcher;
import com.djrapitops.plan.UUIDFetcher;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;