ChaoticTrials / SimpleBackups

A simple mod to create scheduled backups
https://modrinth.com/mod/simple-backups
Apache License 2.0
10 stars 6 forks source link

Config file comment is inverted #9

Closed choekstr closed 1 year ago

choekstr commented 1 year ago

Minecraft version

1.19.1

Simple Backups version

2.1.5

Forge version

43.1.55

The latest.log file

N/A

Issue description

The very first entry in the config file is inverted I believe:

#If set true, no backups are being made.
enabled = true

I believe it should say:

#If set _false_, no backups are being made.
enabled = true

Steps to reproduce

1.) open config file 2.) look at first line

Other information

No response