diff --git a/Server/src/main/kotlin/rs09/game/ai/general/ScriptAPI.kt b/Server/src/main/kotlin/rs09/game/ai/general/ScriptAPI.kt index d5306bb55..18226073b 100644 --- a/Server/src/main/kotlin/rs09/game/ai/general/ScriptAPI.kt +++ b/Server/src/main/kotlin/rs09/game/ai/general/ScriptAPI.kt @@ -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 }