mirror of
https://github.com/SimplexDevelopment/Traverse.git
synced 2025-07-03 16:16:41 +00:00
Fix DBProperties not writing to disk
This commit is contained in:
@ -102,7 +102,7 @@ public final class Traverse extends JavaPlugin {
|
||||
|
||||
@Override
|
||||
public void onEnable() {
|
||||
this.SQLManager = new DBConnectionHandler(new DBProperties("db.properties"));
|
||||
this.SQLManager = new DBConnectionHandler(new DBProperties(this, "db.properties"));
|
||||
this.commandLoader = new CommandLoader(this, "TRAVERSE");
|
||||
this.dataManager = new DataManager(this);
|
||||
this.banManager = new BanManager(this);
|
||||
|
Reference in New Issue
Block a user