forked from 2009Scape/Server
Removed unnecessary refreshes in bankAll function
This commit is contained in:
parent
922657b762
commit
bfa0439516
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