mirror of
https://github.com/2006-Scape/Parabot-Randoms.git
synced 2026-07-07 16:49:11 +00:00
Update CombatStone
This commit is contained in:
@@ -18,8 +18,7 @@ public class CombatStone implements Random {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean activate() {
|
public boolean activate() {
|
||||||
this.combat = getCombat();
|
return (this.combat = getCombat) != null;
|
||||||
return this.combat != null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user