mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 11:14:44 +02:00
Moved some stuff around, added a few functions to PartyAPI
This commit is contained in:
@ -175,7 +175,7 @@ public class Skills {
|
||||
ps.statVal = PP.getSkillLevel(skillType);
|
||||
}
|
||||
else {
|
||||
ps.statVal = m.getPowerLevel(player, PP);
|
||||
ps.statVal = PP.getPowerLevel();
|
||||
}
|
||||
|
||||
ps.name = player.getName();
|
||||
|
Reference in New Issue
Block a user