mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 22:56:45 +01:00
This was supposed to be a zero.
This commit is contained in:
parent
fc981fda20
commit
4304970059
@ -1613,7 +1613,7 @@ public final class SQLDatabaseManager implements DatabaseManager {
|
||||
private class mcMMOValidator implements ConnectionValidator {
|
||||
@Override
|
||||
public boolean isValid(Connection connection) throws SQLException {
|
||||
return connection instanceof CacheConnection && connection.isValid(10);
|
||||
return connection instanceof CacheConnection && connection.isValid(0);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user