mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-23 07:16:39 +01:00
Fix java style queries responding incorrectly (#3051)
This commit is contained in:
parent
4a9581c5a6
commit
aa097ecdc4
1 changed files with 2 additions and 0 deletions
|
@ -91,8 +91,10 @@ public class QueryPacketHandler {
|
|||
switch (type) {
|
||||
case HANDSHAKE:
|
||||
sendToken();
|
||||
break;
|
||||
case STATISTICS:
|
||||
sendQueryData();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue