mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-12-26 18:47:57 +01:00
Javadocs.
This commit is contained in:
parent
8f8bfc62ca
commit
2b291954cf
@ -272,6 +272,11 @@ public class Misc {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the max power level for a player.
|
||||
*
|
||||
* @return the maximum power level for a player
|
||||
*/
|
||||
public static int getPowerLevelCap() {
|
||||
int levelCap = Config.getInstance().getPowerLevelCap();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user