mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 08:39:49 +01:00
Fix refactoring typos
This commit is contained in:
parent
896f57f0b4
commit
58a15e61dd
@ -15,7 +15,7 @@ public class SQLReconnect implements Runnable {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
if (Database.checkConnection()) {
|
if (Database.checkConnected()) {
|
||||||
Users.saveAll(); //Save all profiles
|
Users.saveAll(); //Save all profiles
|
||||||
Users.clearAll(); //Clear the profiles
|
Users.clearAll(); //Clear the profiles
|
||||||
|
|
||||||
|
@ -225,7 +225,7 @@ public class Database {
|
|||||||
try {
|
try {
|
||||||
statement.close();
|
statement.close();
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
printErrors(ex);
|
printErrors(e);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user