mirror of
https://github.com/PikaMug/Quests.git
synced 2025-03-12 06:40:32 +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);
|
||||
}
|
||||
}
|
||||
addEmptiesFor(quest, currentQuests.get(quest));
|
||||
return new QuestData(this);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user