forked from 2009Scape/Server
lil tweak
This commit is contained in:
parent
761c4f80a1
commit
90df723c24
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ public final class Prayer {
|
|||
if(prayerActiveTicks > 0 && prayerActiveTicks % 2 == 0){
|
||||
if(getPlayer().getSkills().getPrayerPoints() == 0){
|
||||
reset();
|
||||
return;
|
||||
}
|
||||
double amountDrain = 0;
|
||||
for(PrayerType type : getActive()){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue