Removed unneeded function call.

This commit is contained in:
GJ 2012-05-31 14:27:08 -04:00
parent ec02422226
commit a16d5435de

View File

@ -67,7 +67,7 @@ public class FishingCommand extends SkillCommand {
if (canShake) { if (canShake) {
//TODO: Do we really need to display this twice? Not like there are any associated stats. //TODO: Do we really need to display this twice? Not like there are any associated stats.
if (profile.getSkillLevel(SkillType.FISHING) < 150) { if (skillValue < 150) {
player.sendMessage(LocaleLoader.getString("Ability.Generic.Template.Lock", new Object[] { LocaleLoader.getString("Fishing.Ability.Locked.0") })); player.sendMessage(LocaleLoader.getString("Ability.Generic.Template.Lock", new Object[] { LocaleLoader.getString("Fishing.Ability.Locked.0") }));
} }
else { else {