Javadocs.

This commit is contained in:
GJ 2012-06-04 09:03:25 -04:00
parent 8f8bfc62ca
commit 2b291954cf

View File

@ -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() { public static int getPowerLevelCap() {
int levelCap = Config.getInstance().getPowerLevelCap(); int levelCap = Config.getInstance().getPowerLevelCap();