mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Second Smelt makes use of its own section in Bonus Drops in config.yml
Co-authored-by: t00thpick1 <t00thpick1dirko@gmail.com>
This commit is contained in:
@ -47,7 +47,7 @@ public class ZipLibrary {
|
||||
File fileZip = new File(BACKUP_DIRECTORY + File.separator + dateFormat.format(date) + ".zip");
|
||||
|
||||
// Create the Source List, and add directories/etc to the file.
|
||||
List<File> sources = new ArrayList<File>();
|
||||
List<File> sources = new ArrayList<>();
|
||||
|
||||
sources.add(FLAT_FILE_DIRECTORY);
|
||||
sources.add(CONFIG_FILE);
|
||||
|
Reference in New Issue
Block a user