It shouldn't be here
This commit is contained in:
parent
20de713716
commit
0abe9598f6
@ -117,8 +117,6 @@ public class StorageFactory {
|
||||
switch (method) {
|
||||
case MYSQL:
|
||||
return new SQLLegacyBacking(plugin, new MySQLProvider(plugin.getConfiguration().getDatabaseValues()));
|
||||
case CIRNOCRAFT:
|
||||
return new CirnocraftBacking(plugin, plugin.getConfiguration().getDatabaseValues());
|
||||
case SQLITE:
|
||||
return new SQLLegacyBacking(plugin, new SQLiteProvider(new File(plugin.getDataFolder(), "luckperms.sqlite")));
|
||||
case H2:
|
||||
|
Loading…
Reference in New Issue
Block a user