diff --git a/CMiner/src/io/reisub/dreambot/cminer/tasks/Superheat.java b/CMiner/src/io/reisub/dreambot/cminer/tasks/Superheat.java index e1fce55..95775ba 100644 --- a/CMiner/src/io/reisub/dreambot/cminer/tasks/Superheat.java +++ b/CMiner/src/io/reisub/dreambot/cminer/tasks/Superheat.java @@ -6,12 +6,10 @@ import org.dreambot.api.input.Mouse; import org.dreambot.api.methods.Calculations; import org.dreambot.api.methods.MethodProvider; 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.interactive.Players; import org.dreambot.api.methods.magic.Magic; import org.dreambot.api.methods.magic.Normal; -import org.dreambot.api.methods.map.Area; import org.dreambot.api.methods.tabs.Tab; import org.dreambot.api.methods.tabs.Tabs; import org.dreambot.api.script.TaskNode; diff --git a/CShopper/src/io/reisub/dreambot/cshopper/tasks/Hop.java b/CShopper/src/io/reisub/dreambot/cshopper/tasks/Hop.java index ce5da51..08188cc 100644 --- a/CShopper/src/io/reisub/dreambot/cshopper/tasks/Hop.java +++ b/CShopper/src/io/reisub/dreambot/cshopper/tasks/Hop.java @@ -8,7 +8,6 @@ import org.dreambot.api.methods.Calculations; import org.dreambot.api.methods.MethodProvider; import org.dreambot.api.methods.container.impl.Inventory; import org.dreambot.api.methods.container.impl.Shop; -import org.dreambot.api.methods.interactive.Players; import org.dreambot.api.methods.skills.Skills; import org.dreambot.api.methods.world.World; import org.dreambot.api.methods.world.Worlds;