mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Potential GE bugfix
This commit is contained in:
parent
89ce2749b4
commit
625f832ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ class PlayerGrandExchange(private val player: Player) {
|
|||
SystemLogger.logAlert("Check your logs, AVENGING ANGLE might have fucked up HARD and now " + player.name + "'s trade with index " + index + "is gone :(")
|
||||
continue
|
||||
}
|
||||
OfferManager.setIndex(offer["offerUID"].toString().toInt().toLong(), index)
|
||||
OfferManager.setIndex(offer["offerUID"].toString().toLong(), index)
|
||||
offers[index] = OfferManager.OFFER_MAPPING[offer["offerUID"].toString().toLong()]
|
||||
update(offers[index])
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue