Removed unnecessary refreshes in bankAll function

This commit is contained in:
philliam 2021-06-27 10:31:38 -04:00
parent cace65720c
commit b6423d1892

View file

@ -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
}