1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-27 18:59:17 +00:00

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

View File

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