mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-15 12:04:43 +02:00
These should be protected.
This commit is contained in:
@ -48,7 +48,7 @@ public final class SQLDatabaseManager implements DatabaseManager {
|
||||
// How many connection attempts have failed
|
||||
private int reconnectAttempt = 0;
|
||||
|
||||
public SQLDatabaseManager() {
|
||||
protected SQLDatabaseManager() {
|
||||
checkConnected();
|
||||
createStructure();
|
||||
}
|
||||
|
Reference in New Issue
Block a user