diff --git a/CAshMiner/src/io/reisub/dreambot/cashminer/tasks/Mine.java b/CAshMiner/src/io/reisub/dreambot/cashminer/tasks/Mine.java index ef9c6e7..8aed27c 100644 --- a/CAshMiner/src/io/reisub/dreambot/cashminer/tasks/Mine.java +++ b/CAshMiner/src/io/reisub/dreambot/cashminer/tasks/Mine.java @@ -4,7 +4,6 @@ import io.reisub.dreambot.util.Constants; import io.reisub.dreambot.util.Util; import org.dreambot.api.methods.Calculations; import org.dreambot.api.methods.container.impl.Inventory; -import org.dreambot.api.methods.filter.Filter; import org.dreambot.api.methods.interactive.GameObjects; import org.dreambot.api.methods.map.Area; import org.dreambot.api.methods.map.Tile; diff --git a/CThiever/src/io/reisub/dreambot/cthiever/tasks/Pickpocket.java b/CThiever/src/io/reisub/dreambot/cthiever/tasks/Pickpocket.java index 81522b8..f91b456 100644 --- a/CThiever/src/io/reisub/dreambot/cthiever/tasks/Pickpocket.java +++ b/CThiever/src/io/reisub/dreambot/cthiever/tasks/Pickpocket.java @@ -2,13 +2,11 @@ package io.reisub.dreambot.cthiever.tasks; import io.reisub.dreambot.util.Util; import org.dreambot.api.methods.Calculations; -import org.dreambot.api.methods.MethodProvider; import org.dreambot.api.methods.interactive.NPCs; import org.dreambot.api.methods.interactive.Players; import org.dreambot.api.script.ScriptManager; import org.dreambot.api.script.TaskNode; import org.dreambot.api.script.listener.ChatListener; -import org.dreambot.api.wrappers.interactive.Character; import org.dreambot.api.wrappers.interactive.NPC; import org.dreambot.api.wrappers.widgets.message.Message;