mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
Drawsync loot items
This commit is contained in:
parent
f09de70a30
commit
72bf9a8297
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ object LootTrackerView {
|
||||||
newDrops.forEach { drop ->
|
newDrops.forEach { drop ->
|
||||||
val geValue = (gePriceMap[drop.id.toString()]?.toInt() ?: 0) * drop.quantity
|
val geValue = (gePriceMap[drop.id.toString()]?.toInt() ?: 0) * drop.quantity
|
||||||
updateValueLabel(lootTrackerView, geValue.toString(), npcName)
|
updateValueLabel(lootTrackerView, geValue.toString(), npcName)
|
||||||
addItemToLootPanel(lootTrackerView, drop, npcName)
|
plugin.registerDrawAction { addItemToLootPanel(lootTrackerView, drop, npcName) }
|
||||||
updateTotalValue(geValue)
|
updateTotalValue(geValue)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue