mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-20 05:20:22 -07:00
Fixed getting stuck in GE item set interface
This commit is contained in:
parent
13f490c42b
commit
6a7ccc1102
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class ExchangeItemSets : InterfaceListener() {
|
|||
}
|
||||
|
||||
onClose(Components.EXCHANGE_ITEMSETS_645){player, _ ->
|
||||
val listener = getAttribute(player, "ge-listener", null)
|
||||
val listener = getAttribute<InventoryListener?>(player, "ge-listener", null)
|
||||
player.inventory.listeners.remove(listener)
|
||||
player.interfaceManager.closeSingleTab()
|
||||
player.removeAttribute("container-key")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue