mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Switching interface tabs no longer closes dialogue
This commit is contained in:
parent
66978b23ee
commit
aed73183d1
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@ object PacketProcessor {
|
||||||
player.debug("Slot: ${pkt.slot}, ItemID: ${pkt.itemId}")
|
player.debug("Slot: ${pkt.slot}, ItemID: ${pkt.itemId}")
|
||||||
player.debug("RCM Index: ${pkt.optIndex}, Op: ${pkt.opcode}")
|
player.debug("RCM Index: ${pkt.optIndex}, Op: ${pkt.opcode}")
|
||||||
player.debug("-------------------------------------")
|
player.debug("-------------------------------------")
|
||||||
if (player.dialogueInterpreter.dialogue != null && pkt.opcode != 132 && pkt.iface != 64)
|
if (player.dialogueInterpreter.dialogue != null && pkt.opcode != 132 && pkt.iface != 64 && pkt.iface != 746)
|
||||||
player.dialogueInterpreter.close()
|
player.dialogueInterpreter.close()
|
||||||
if (player.locks.isComponentLocked)
|
if (player.locks.isComponentLocked)
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue