3.5-beta.5

Update gradle wrapper
Fix current_prestige and next_prestige placeholders
This commit is contained in:
okx-code
2019-04-15 22:28:38 +01:00
parent 6ee799609c
commit e4ffa0425f
19 changed files with 76 additions and 47 deletions
@@ -17,6 +17,7 @@ public class Prestiges extends RankList<Prestige> {
return prestige;
}
}
throw new IllegalStateException("No prestige found for first prestige (first prestige is counted as a prestige without a rank set)");
throw new IllegalStateException("No prestige found for first prestige (first prestige is counted as a prestige without a rank set)." +
"Disable prestiges in config.yml if you don't want any.");
}
}