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