mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
Fixed connection system auth query
This commit is contained in:
parent
8f3f2e9127
commit
e1bef920e7
@ -61,7 +61,7 @@ public class ConnectionIn {
|
||||
UUID serverUUID = getServerUUID();
|
||||
|
||||
try {
|
||||
if (!database.query(ServerQueries.fetchServerMatchingIdentifier(serverUUID)).isPresent()) {
|
||||
if (database.query(ServerQueries.fetchServerMatchingIdentifier(serverUUID)).isPresent()) {
|
||||
return;
|
||||
}
|
||||
} catch (DBOpException e) {
|
||||
|
Loading…
Reference in New Issue
Block a user