Turns out the quester thing wasnt needed

This commit is contained in:
Valar_Dev 2014-11-05 20:46:04 -06:00
parent 4a9b8009c9
commit 8ace3d70eb

View File

@ -793,8 +793,6 @@ public class Quester {
for (Location l2 : getQuestData(quest).locationsReached) {
if (l.equals(l2)) {
if(getQuestData(quest).locationsReached.size() > 0)
{
if (getQuestData(quest).hasReached.contains(getQuestData(quest).locationsReached.indexOf(l2)) == false) {
String obj = Lang.get("goTo");
@ -808,7 +806,6 @@ public class Quester {
finishedObjectives.add(ChatColor.GRAY + obj);
}
}
}