1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-04 14:44:44 +02:00

Code Cleanup Pt 2

This commit is contained in:
nossr50
2019-04-03 19:25:14 -07:00
parent 0e39656c88
commit 43037f8c13
118 changed files with 372 additions and 400 deletions
Changelog.txt
src/main/java
com
gmail
nossr50
api
chat
commands
config
database
datatypes
events
listeners
locale
mcMMO.java
party
runnables
skills
util
net
shatteredlands
shatt

@ -46,7 +46,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.addAll(mcMMO.getConfigManager().getConfigFiles()); //Config File Backups