Fix java style queries responding incorrectly (#3051)

This commit is contained in:
rtm516 2022-06-15 00:51:45 +01:00 committed by GitHub
parent 4a9581c5a6
commit aa097ecdc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -91,8 +91,10 @@ public class QueryPacketHandler {
switch (type) {
case HANDSHAKE:
sendToken();
break;
case STATISTICS:
sendQueryData();
break;
}
}