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