mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-03 17:29:57 +01:00
Populate objective goals when retrieving fresh quest data, fixes #1515
This commit is contained in:
parent
bc2ae81922
commit
7f8fb8e0f8
@ -385,6 +385,7 @@ public class Quester implements Comparable<Quester> {
|
|||||||
return questData.get(q);
|
return questData.get(q);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
addEmptiesFor(quest, currentQuests.get(quest));
|
||||||
return new QuestData(this);
|
return new QuestData(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user