update dns records field for minecraft server response
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 51s

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.