mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
Remove debug messages.
This commit is contained in:
parent
26542f3d6e
commit
fbee4f1b37
@ -92,9 +92,7 @@ public class FishingManager extends SkillManager {
|
||||
}
|
||||
|
||||
public void masterAngler(Fish hook) {
|
||||
System.out.println("BEFORE: " + hook.getBiteChance());
|
||||
hook.setBiteChance(Math.min(hook.getBiteChance() * Math.max((getSkillLevel() / 10.0), 1.0), 1.0));
|
||||
System.out.println("AFTER: " + hook.getBiteChance());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user