Opening a quest journal now closes any open interface before opening the new one, thus fixing unimplemented quest journals displaying incorrectly when another is already open
This commit is contained in:
@@ -24,7 +24,7 @@ object QuestTabUtils {
|
|||||||
val questList = HashSet<String>()
|
val questList = HashSet<String>()
|
||||||
var maxQpReq = 0
|
var maxQpReq = 0
|
||||||
var qpPenalty = 0
|
var qpPenalty = 0
|
||||||
|
closeInterface(player)
|
||||||
for (req in unmetReqs) {
|
for (req in unmetReqs) {
|
||||||
if (req is QuestReq)
|
if (req is QuestReq)
|
||||||
questList.add(req.questReq.questName)
|
questList.add(req.questReq.questName)
|
||||||
|
|||||||
Reference in New Issue
Block a user