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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user