mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-05 00:38:45 +01: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