mirror of
https://github.com/2006Scape-Scripts/ParaScript.git
synced 2026-07-03 00:38:36 +00:00
Update UpdateExperience.java
This commit is contained in:
@@ -8,7 +8,7 @@ public class UpdateExperience implements Strategy {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean activate() {
|
public boolean activate() {
|
||||||
if (++Variables.update_experience_tick >= 1000) {
|
if (++Variables.update_experience_tick >= 2000) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user