Refactor and import cleanup (Excluding network PR changed files)
This commit is contained in:
parent
a36a0e6f4a
commit
c4ef977f16
165 changed files with 1572 additions and 1625 deletions
|
@ -26,10 +26,9 @@ package techreborn.utils;
|
|||
|
||||
/**
|
||||
* @author drcrazy
|
||||
*
|
||||
*/
|
||||
public class PlayerUtils {
|
||||
|
||||
|
||||
public static int getLevelExperience(int level) {
|
||||
if (level >= 30) {
|
||||
return 112 + (level - 30) * 9;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue