Fix SQLite not working

This commit is contained in:
Telesphoreo 2022-01-30 13:26:55 -06:00
parent bc41415034
commit bb978f2ab4
2 changed files with 0 additions and 1 deletions

View File

@ -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();