mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-07 17:28:03 +08:00
Fixed /plan m backup and /plan m restore
This commit is contained in:
parent
a8b4caf58b
commit
654cdd3d62
@ -96,6 +96,7 @@ public abstract class SQLDB extends Database {
|
||||
*/
|
||||
@Override
|
||||
public void init() throws DBInitException {
|
||||
open = true;
|
||||
setStatus("Initiating");
|
||||
String benchName = "Init " + getConfigName();
|
||||
Benchmark.start("Database", benchName);
|
||||
|
Loading…
Reference in New Issue
Block a user