cleanup
This commit is contained in:
@@ -647,7 +647,6 @@ public class SQLManager extends ConnectionPool {
|
||||
}
|
||||
|
||||
public void tick() {
|
||||
super.tick();
|
||||
if (!isConnected() || !isConnectedAndInitDone) return;
|
||||
try {
|
||||
execute(connection -> {
|
||||
|
||||
@@ -166,7 +166,7 @@ public class SQLUserManager {
|
||||
if (uuid == null || uuid.equalsIgnoreCase("#null")) {
|
||||
return -1;
|
||||
}
|
||||
if (uuid.length() == 0) {
|
||||
if (uuid.isEmpty()) {
|
||||
return 0;
|
||||
}
|
||||
uuid = uuid.toLowerCase();
|
||||
|
||||
Reference in New Issue
Block a user