1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Revert requested change as it breaks it :NotLikeThis:

This commit is contained in:
Sfiguz7 2021-10-15 15:33:45 +02:00 committed by GitHub
parent 15e6578cd6
commit b23a907053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -422,7 +422,7 @@ public final class Slimefun extends JavaPlugin implements SlimefunAddon {
} }
// Create a new backup zip // Create a new backup zip
if (config.getBoolean("options.backup-data", true)) { if (config.getBoolean("options.backup-data")) {
backupService.run(); backupService.run();
} }