mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-08 18:28:47 +01:00
Removing dead symbols from ConfigManager
This commit is contained in:
@@ -197,6 +197,9 @@ public class FishingManager extends SkillManager {
|
||||
public double getShakeChance() {
|
||||
return AdvancedConfig.getInstance().getShakeChance(getLootTier());
|
||||
}
|
||||
public double getShakeChance() {
|
||||
return pluginRef.getConfigManager().getFishingTreasureConfig().getShakeChance(getLootTier());
|
||||
}
|
||||
|
||||
public int getInnerPeaceMultiplier() {
|
||||
return pluginRef.getConfigManager().getConfigFishing().getVanillaXPMultInnerPeace(pluginRef.getRankTools().getRank(getPlayer(), SubSkillType.FISHING_INNER_PEACE));
|
||||
|
||||
Reference in New Issue
Block a user