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:
Mihoshika
2023-09-05 06:33:00 +00:00
committed by Ryan
parent 895c41756a
commit 049920b3fc
@@ -24,7 +24,7 @@ object QuestTabUtils {
val questList = HashSet<String>()
var maxQpReq = 0
var qpPenalty = 0
closeInterface(player)
for (req in unmetReqs) {
if (req is QuestReq)
questList.add(req.questReq.questName)