mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-25 08:35:27 +02:00
Fishing command did an oopsie
This commit is contained in:
@@ -112,7 +112,7 @@ public class FishingCommand extends SkillCommand {
|
||||
|
||||
double luckyModifier = Permissions.lucky(player, PrimarySkillType.FISHING) ? 1.333D : 1.0D;
|
||||
|
||||
biteChance = percent.format(String.valueOf((rawBiteChance * 100.0D) * luckyModifier));
|
||||
biteChance = percent.format((rawBiteChance * 100.0D) * luckyModifier);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user