1
0
mirror of https://e.coding.net/circlecloud/Residence.git synced 2025-11-25 21:56:06 +00:00

clean up and release version...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-09-24 19:30:11 +08:00
parent d62a7a1e57
commit 89b9e48ca8
14 changed files with 90 additions and 126 deletions

View File

@@ -27,11 +27,6 @@ public class DataBackup {
BackupDir = new File(plugin.getDataLocation(), "Backup");
}
public static void run(final Residence plugin) throws IOException {
final DataBackup backup = new DataBackup(plugin);
backup.backup();
}
public void backup() throws IOException {
try {
BackupDir.mkdir();