Switching interface tabs no longer closes dialogue

This commit is contained in:
suichi 2024-05-18 09:14:08 +00:00 committed by Ryan
parent 66978b23ee
commit aed73183d1

View file

@ -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