CompSciLauren / stardew-valley-daily-screenshot-mod

:honeybee: A Stardew Valley mod that automatically takes a screenshot of your entire farm at the start of each day
https://www.nexusmods.com/stardewvalley/mods/4779
MIT License
10 stars 9 forks source link

Adjust constructor so two rules are not created when no config exists #67

Closed dv297 closed 9 months ago

dv297 commented 9 months ago

The constructor was already creating a "default" rule. So between the field setter and the constructor, two unnamed rules were getting created when no config.json existed.