1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Updated changelog

This commit is contained in:
Alessio Colombo 2021-10-15 15:03:51 +02:00
parent 258f375357
commit f63502bf42
2 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@
* Added the ability to break blocks normally with a Lumber Axe when sneaking
* Added an option to allow Solar Generators to operate in "night-mode" in other dimensions
* Added `/sf debug <test case>` (This allows server owners to get more in-depth logging which they can forward to developers for better bug/lag investigations)
* Added an option to disable data zip backups onDisable
#### Changes
* Massive performance improvements for Cargo networks

View File

@ -425,7 +425,7 @@ public final class Slimefun extends JavaPlugin implements SlimefunAddon {
if (config.getBoolean("options.backup-data")) {
backupService.run();
}
// Close and unload any resources from our Metrics Service
metricsService.cleanUp();