Slight cleanup, removed unused import

And this is how we go from build 12xx to 14xx in one week
This commit is contained in:
bm01
2013-01-30 23:36:33 +01:00
parent 8b514d631c
commit 5c13661c47
2 changed files with 1 additions and 2 deletions

View File

@ -128,7 +128,7 @@ public final class Fishing {
}
SkillTools.xpProcessing(player, Users.getProfile(player), SkillType.FISHING, Config.getInstance().getFishingBaseXP() + treasureXp);
event.setExpToDrop(event.getExpToDrop() * Fishing.getVanillaXpMultiplier(skillLevel));
event.setExpToDrop(event.getExpToDrop() * getVanillaXpMultiplier(skillLevel));
}
/**