mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00: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) {
|
switch (type) {
|
||||||
case HANDSHAKE:
|
case HANDSHAKE:
|
||||||
sendToken();
|
sendToken();
|
||||||
|
break;
|
||||||
case STATISTICS:
|
case STATISTICS:
|
||||||
sendQueryData();
|
sendQueryData();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue