mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Fixes #1062
This commit is contained in:
@ -167,11 +167,11 @@ public class Settings {
|
||||
/**
|
||||
* SQLite enabled?
|
||||
*/
|
||||
public static boolean USE_SQLITE = false;
|
||||
public static boolean USE_SQLITE = true;
|
||||
/**
|
||||
* MySQL Enabled?
|
||||
*/
|
||||
public static boolean USE_MYSQL = true; /* NOTE: Fixed connector */
|
||||
public static boolean USE_MYSQL = false; /* NOTE: Fixed connector */
|
||||
/**
|
||||
* SQLite Database name
|
||||
*/
|
||||
|
Reference in New Issue
Block a user