mirror of
https://github.com/craftaro/EpicSpawners.git
synced 2025-01-08 11:37:51 +08:00
Changed Allowed to Active in config to match internals.
This commit is contained in:
parent
626af1b665
commit
7483b5c10e
@ -381,7 +381,7 @@ public class SpawnerManager {
|
||||
for (SpawnerData spawnerData : getAllSpawnerData()) {
|
||||
ConfigurationSection currentSection = spawnersSection.createSection(spawnerData.getIdentifyingName());
|
||||
|
||||
currentSection.set("Allowed", spawnerData.isActive());
|
||||
currentSection.set("Active", spawnerData.isActive());
|
||||
currentSection.set("Custom", spawnerData.isCustom());
|
||||
currentSection.set("Custom-Goal", spawnerData.getKillGoal());
|
||||
currentSection.set("Convertible", spawnerData.isConvertible());
|
||||
|
Loading…
Reference in New Issue
Block a user