mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-03 15:08:10 +01:00
Turns out the quester thing wasnt needed
This commit is contained in:
parent
4a9b8009c9
commit
8ace3d70eb
@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user