1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-08 00:24:44 +02:00

Actually use float experience

This commit is contained in:
TfT_02
2013-04-26 17:28:10 +02:00
parent 7e7e468408
commit b912f7072c

@ -522,7 +522,7 @@ public class McMMOPlayer {
return;
}
profile.setSkillXpLevel(skillType, profile.getSkillXpLevelRaw(skillType) + event.getXpGained());
profile.setSkillXpLevel(skillType, profile.getSkillXpLevelRaw(skillType) + event.getRawXpGained());
McMMOHud spoutHud = profile.getSpoutHud();