forked from 2009Scape/Server
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:
parent
895c41756a
commit
049920b3fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue