mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-03 10:33:43 +01:00 
			
		
		
		
	Removed unneeded function call.
This commit is contained in:
		@@ -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 {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user