From cba80e709039536055c1749d17779505fbd8734c Mon Sep 17 00:00:00 2001 From: Tooze Date: Sat, 30 May 2026 13:57:50 -0400 Subject: [PATCH] what? --- Server/src/main/content/minigame/barbassault/bots/BABot.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Server/src/main/content/minigame/barbassault/bots/BABot.kt b/Server/src/main/content/minigame/barbassault/bots/BABot.kt index 130d8b45b..682046350 100644 --- a/Server/src/main/content/minigame/barbassault/bots/BABot.kt +++ b/Server/src/main/content/minigame/barbassault/bots/BABot.kt @@ -25,10 +25,8 @@ import core.game.node.item.Item import core.game.world.map.Location import core.tools.Log import org.rs09.consts.Scenery -import org.rs09.consts.Scenery.ATTACKER_ITEM_MACHINE_20241 import org.rs09.consts.Scenery.COLLECTOR_CONVERTER_21250 -import org.rs09.consts.Scenery.DEFENDER_ITEM_MACHINE_20242 -import org.rs09.consts.Scenery.HEALER_ITEM_MACHINE_20243 + class BABot(l: Location) : PvMBots(legitimizeLocation(l)) {