Removing the oopsies

This commit is contained in:
nossr50 2019-02-21 23:09:27 -08:00
parent 63a0598766
commit 2c752dc470

View File

@ -73,7 +73,6 @@ public class ExcavationTreasureConfig extends Config implements UnsafeValueValid
double dropChance = currentTreasure.getNode(DROP_CHANCE).getDouble();
int dropLevel = currentTreasure.getNode(DROP_LEVEL).getInt();
String customName = null;
String lore;
/*
* PARAMETER INIT
@ -123,12 +122,6 @@ public class ExcavationTreasureConfig extends Config implements UnsafeValueValid
customName = currentTreasure.getNode(CUSTOM_NAME).getString();
}
//Lore
if(currentTreasure.getNode(LORE) != null && !currentTreasure.getNode(LORE).getString().equalsIgnoreCase("ChangeMe"))
{
lore = currentTreasure.getNode(LORE).getString();
}
/*
* REGISTER TREASURE
*/