Fixed a typo.

This commit is contained in:
Brianna 2021-05-21 14:31:46 -05:00
parent 6a11e2a562
commit 5f6c21c2f4

View File

@ -270,7 +270,7 @@ public class SpawnerManager {
SpawnerData spawnerData = new SpawnerDataBuilder(key).setCustom(currentSection.getBoolean("Custom", false))
.setActive(currentSection.getBoolean("Active", true))
.setKillDropGoal(currentSection.getInt("Kill-Drop-Goal", 0))
.setKillDropChance(currentSection.getDouble("Kill-Drop-Goal", 0))
.setKillDropChance(currentSection.getDouble("Kill-Drop-Chance", 0))
.setConvertible(currentSection.getBoolean("Convertible"))
.convertRatio(currentSection.getString("Convert-Ratio"))
.setInShop(currentSection.getBoolean("In-Shop", true))