mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 14:46:46 +01:00
Removing the oopsies
This commit is contained in:
parent
63a0598766
commit
2c752dc470
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user