mirror of
https://github.com/2006-Scape/Parabot-Randoms.git
synced 2026-07-03 16:49:09 +00:00
[FIX] Logger
This commit is contained in:
@@ -23,7 +23,7 @@ public class CombatStone implements Random {
|
||||
|
||||
@Override
|
||||
public void execute() {
|
||||
System.out.println("Running CombatStone");
|
||||
Logger.addMessage("CombatStone Random Running",true);
|
||||
if (this.combat != null) {
|
||||
combat.interact(Npcs.Option.TALK_TO);
|
||||
Time.sleep(new SleepCondition() {
|
||||
|
||||
Reference in New Issue
Block a user