Static Abuse Removal - More events purged of static abuse, moved some

unwanted alchemy code into the dumpster
This commit is contained in:
nossr50
2019-07-03 00:27:09 -07:00
parent 3bddfed72f
commit 40a3de76fb
6 changed files with 72 additions and 81 deletions

View File

@ -20,7 +20,7 @@ import java.util.concurrent.locks.ReentrantLock;
public final class SQLDatabaseManager implements DatabaseManager {
private mcMMO pluginRef;
public final String COM_MYSQL_JDBC_DRIVER = "com.mysql.jdbc.Driver";
private final String COM_MYSQL_JDBC_DRIVER = "com.mysql.jdbc.Driver";
private final String ALL_QUERY_VERSION = "total";
private final Map<UUID, Integer> cachedUserIDs = new HashMap<>();
private String tablePrefix = pluginRef.getMySQLConfigSettings().getConfigSectionDatabase().getTablePrefix();