mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-28 05:45:10 -06:00
Removed unnecessary refreshes in bankAll function
This commit is contained in:
parent
cace65720c
commit
b6423d1892
1 changed files with 0 additions and 2 deletions
|
|
@ -563,8 +563,6 @@ class ScriptAPI(private val bot: Player) {
|
|||
|
||||
bot.inventory.remove(item)
|
||||
bot.bank.add(item)
|
||||
bot.bank.refresh()
|
||||
bot.inventory.refresh()
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue