mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-02-24 15:01:44 +01:00
Fixed a MMOCore loading issue
This commit is contained in:
parent
06140b15f7
commit
3bdaac574c
@ -22,7 +22,7 @@ public abstract class ItemGenerationDropItem extends DropItem {
|
|||||||
|
|
||||||
matchLevel = config.getBoolean("match-level", false);
|
matchLevel = config.getBoolean("match-level", false);
|
||||||
level = config.getInt("level", 0);
|
level = config.getInt("level", 0);
|
||||||
tiered = config.getBoolean("tiered");
|
tiered = config.getBoolean("tiered", false);
|
||||||
|
|
||||||
if (config.contains("tier")) {
|
if (config.contains("tier")) {
|
||||||
String format = config.getString("tier").toUpperCase().replace("-", "_").replace(" ", "_");
|
String format = config.getString("tier").toUpperCase().replace("-", "_").replace(" ", "_");
|
||||||
|
Loading…
Reference in New Issue
Block a user