mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
Fix typo that emitted full responses for basic ones and vice versa
This commit is contained in:
@@ -128,7 +128,7 @@ public class GS4QueryHandler extends SimpleChannelInboundHandler<DatagramPacket>
|
||||
|
||||
// Build initial query response
|
||||
QueryResponse response = createInitialResponse();
|
||||
boolean isBasic = queryMessage.isReadable();
|
||||
boolean isBasic = !queryMessage.isReadable();
|
||||
|
||||
// Call event and write response
|
||||
server.getEventManager()
|
||||
|
||||
Reference in New Issue
Block a user