It shouldn't be here

This commit is contained in:
bakatrouble 2016-12-25 21:41:04 +04:00 committed by Luck
parent 20de713716
commit 0abe9598f6

View File

@ -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: