mirror of
https://github.com/2006Scape-Scripts/ParaScript.git
synced 2026-07-02 16:49:02 +00:00
tidy up
This commit is contained in:
@@ -4,13 +4,7 @@ import ParaScript.data.Variables;
|
||||
import org.parabot.environment.api.utils.Time;
|
||||
import org.parabot.environment.scripts.framework.Strategy;
|
||||
import org.rev317.min.api.methods.Game;
|
||||
import org.rev317.min.api.methods.Inventory;
|
||||
import org.rev317.min.api.methods.Players;
|
||||
import org.rev317.min.api.wrappers.Player;
|
||||
import org.rev317.min.api.wrappers.Tile;
|
||||
import org.rev317.min.api.wrappers.TilePath;
|
||||
|
||||
import javax.swing.plaf.synth.SynthTextAreaUI;
|
||||
|
||||
public class FightingReturnToCoords implements Strategy {
|
||||
@Override
|
||||
|
||||
@@ -411,7 +411,7 @@ public class UI extends JFrame {
|
||||
});
|
||||
fightingPanel.add(fightingBuryBones);
|
||||
|
||||
// Should we hold a position (aggressive npcs) return after collecting items
|
||||
// Should we hold a position (aggressive npcs, ranging) return after collecting items
|
||||
JLabel lblReturnPosition = new JLabel("Return Position");
|
||||
lblReturnPosition.setForeground(Color_WhiteSmoke);
|
||||
lblReturnPosition.setBounds(200, 40, 150, 20);
|
||||
|
||||
Reference in New Issue
Block a user