mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-26 21:56:41 +00:00
Fix SQLite not working
This commit is contained in:
@ -65,7 +65,6 @@ public class Plex extends JavaPlugin
|
||||
plugin = this;
|
||||
config = new Config(this, "config.yml");
|
||||
messages = new Config(this, "messages.yml");
|
||||
saveResource("database.db", false);
|
||||
|
||||
sqlConnection = new SQLConnection();
|
||||
mongoConnection = new MongoConnection();
|
||||
|
Reference in New Issue
Block a user