|
@@ -125,6 +125,9 @@ public class Skills
|
|
PP.setHoePreparationMode(true);
|
|
PP.setHoePreparationMode(true);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ public static void monitorSkills(Player player, PlayerProfile PP) {
|
|
|
|
+ monitorSkills(player, PP, System.currentTimeMillis());
|
|
|
|
+ }
|
|
public static void monitorSkills(Player player, PlayerProfile PP, long curTime){
|
|
public static void monitorSkills(Player player, PlayerProfile PP, long curTime){
|
|
if(PP.getHoePreparationMode() && curTime - (PP.getHoePreparationATS()*1000) >= 4000){
|
|
if(PP.getHoePreparationMode() && curTime - (PP.getHoePreparationATS()*1000) >= 4000){
|
|
PP.setHoePreparationMode(false);
|
|
PP.setHoePreparationMode(false);
|