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