Removed unnecessary refreshes in bankAll function

This commit is contained in:
philliam
2021-06-27 10:31:38 -04:00
parent 922657b762
commit bfa0439516
@@ -563,8 +563,6 @@ class ScriptAPI(private val bot: Player) {
bot.inventory.remove(item) bot.inventory.remove(item)
bot.bank.add(item) bot.bank.add(item)
bot.bank.refresh()
bot.inventory.refresh()
} }
return true return true
} }