mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-08 03:39:42 +01:00
Fixed db move command clearing the wrong database
Affects issues: - Fixed #1602
This commit is contained in:
parent
89abdae4c8
commit
fedf8a953a
@ -255,7 +255,7 @@ public class DatabaseCommands {
|
||||
|
||||
sender.send(locale.getString(CommandLang.DB_WRITE, toDB.getName()));
|
||||
|
||||
fromDatabase.executeTransaction(new BackupCopyTransaction(fromDatabase, toDatabase)).get();
|
||||
toDatabase.executeTransaction(new BackupCopyTransaction(fromDatabase, toDatabase)).get();
|
||||
|
||||
sender.send(locale.getString(CommandLang.PROGRESS_SUCCESS));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user