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:
Changelog.txt
src/main/java
com
gmail
nossr50
api
chat
commands
McImportCommand.javaMcconvertCommand.javaMcscoreboardCommand.javaToggleCommand.javaXprateCommand.java
chat
database
experience
party
player
skills
AcrobaticsCommand.javaAlchemyCommand.javaArcheryCommand.javaAxesCommand.javaExcavationCommand.javaFishingCommand.javaHerbalismCommand.javaMiningCommand.javaMmoInfoCommand.javaRepairCommand.javaSalvageCommand.javaSkillCommand.javaSkillGuideCommand.javaSmeltingCommand.javaSwordsCommand.javaTamingCommand.javaUnarmedCommand.javaWoodcuttingCommand.java
config
database
datatypes
chat
database
party
player
skills
events
fake
party
listeners
locale
mcMMO.javaparty
runnables
skills
alchemy
archery
excavation
fishing
herbalism
mining
repair
repairables
salvage
taming
woodcutting
util
BlockUtils.javaChimaeraWing.javaEnchantmentUtils.javaHardcoreManager.javaMisc.javaMobHealthbarUtils.java
adapter
blockmeta
commands
experience
player
scoreboards
skills
uuid
net
shatteredlands
shatt
backup
@ -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
|
||||
|
Reference in New Issue
Block a user