mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-31 22:59:35 +01:00
Removed unneeded function call.
This commit is contained in:
parent
ec02422226
commit
a16d5435de
@ -67,7 +67,7 @@ public class FishingCommand extends SkillCommand {
|
||||
|
||||
if (canShake) {
|
||||
//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") }));
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user