Don't need those.

This commit is contained in:
GJ 2013-05-01 21:19:29 -04:00
parent c465546871
commit 5c026be0cd

View File

@ -56,14 +56,6 @@ public class FishingManager extends SkillManager {
super(mcMMOPlayer, SkillType.FISHING);
}
public void incrementTries() {
fishingTries++;
}
public void setTimestamp() {
fishingTimestamp = (System.currentTimeMillis() / Misc.TIME_CONVERSION_FACTOR);
}
public boolean canShake(Entity target) {
return target instanceof LivingEntity && getSkillLevel() >= AdvancedConfig.getInstance().getShakeUnlockLevel() && Permissions.shake(getPlayer());
}