Fixed stuff being in wrong package. Start of cleanup to m.java.

This commit is contained in:
GJ
2012-03-07 16:38:48 -05:00
parent 3301fc3d9d
commit 9f3e7ba11c
15 changed files with 855 additions and 772 deletions

View File

@ -141,7 +141,7 @@ public class Skills
if(skillType != SkillType.ALL)
ps.statVal = PP.getSkillLevel(skillType);
else
ps.statVal = m.getPowerLevel(player);
ps.statVal = m.getPowerLevel(player, PP);
ps.name = player.getName();
Leaderboard.updateLeaderboard(ps, skillType);
}