mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 15:16:45 +01:00
Attempt to fix NPE spam when MySQL connection failed
This is how it was before my cleanup, I find what the methods do and/or how they're named a little weird, We may want to do something about it.
This commit is contained in:
parent
2356fda67a
commit
2eb593e163
@ -180,7 +180,8 @@ public class mcMMO extends JavaPlugin {
|
||||
|
||||
//Setup the leader boards
|
||||
if (configInstance.getUseMySQL()) {
|
||||
Database.connect();
|
||||
// TODO: Why do we have to check for a connection that hasn't be made yet?
|
||||
Database.checkConnected();
|
||||
Database.createStructure();
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user