update dns records field for minecraft server response

This commit is contained in:
Lee 2024-04-13 18:33:41 +01:00
parent c72bda317e
commit b14c969013

@ -39,7 +39,7 @@ public class MinecraftServer {
/** /**
* The DNS records for the server. * The DNS records for the server.
*/ */
private final DNSRecord[] dnsRecords; private final DNSRecord[] records;
/** /**
* The motd for the server. * The motd for the server.