Put our managers on payroll, rather than firing them at the end of

their shift.
This commit is contained in:
GJ
2013-02-25 16:54:29 -05:00
parent 4c10fdf34a
commit 21b8626366
11 changed files with 65 additions and 80 deletions

View File

@ -22,7 +22,7 @@ public class MiningManager extends SkillManager{
* @param event The PlayerInteractEvent
*/
public void detonate(PlayerInteractEvent event) {
if (skillLevel < BlastMining.rank1) {
if (getSkillLevel() < BlastMining.rank1) {
return;
}
@ -57,7 +57,7 @@ public class MiningManager extends SkillManager{
return;
}
if (skillLevel < BlastMining.rank1) {
if (getSkillLevel() < BlastMining.rank1) {
return;
}