tchristofferson / Config-Updater

Used to update files for Bukkit/Spigot API
MIT License
66 stars 9 forks source link

Empty memory section doesn't update properly. #1

Closed BenCodez closed 4 years ago

BenCodez commented 4 years ago

Default config had this:

VoteCoolDownEndedReward: []

Turned into this:

VoteCoolDownEndedReward: !!org.bukkit.configuration.MemorySection {}

As a result it caused a yml error.

tchristofferson commented 4 years ago

Reimport ConfigUpdater library if your using Maven, it is still using version 1.1-SNAPSHOT