mirror of
https://github.com/craftaro/EpicSpawners.git
synced 2025-01-09 03:57:40 +08:00
Fixed a typo.
This commit is contained in:
parent
6a11e2a562
commit
5f6c21c2f4
@ -270,7 +270,7 @@ public class SpawnerManager {
|
|||||||
SpawnerData spawnerData = new SpawnerDataBuilder(key).setCustom(currentSection.getBoolean("Custom", false))
|
SpawnerData spawnerData = new SpawnerDataBuilder(key).setCustom(currentSection.getBoolean("Custom", false))
|
||||||
.setActive(currentSection.getBoolean("Active", true))
|
.setActive(currentSection.getBoolean("Active", true))
|
||||||
.setKillDropGoal(currentSection.getInt("Kill-Drop-Goal", 0))
|
.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"))
|
.setConvertible(currentSection.getBoolean("Convertible"))
|
||||||
.convertRatio(currentSection.getString("Convert-Ratio"))
|
.convertRatio(currentSection.getString("Convert-Ratio"))
|
||||||
.setInShop(currentSection.getBoolean("In-Shop", true))
|
.setInShop(currentSection.getBoolean("In-Shop", true))
|
||||||
|
Loading…
Reference in New Issue
Block a user