clean up cache info
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 22s
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 22s
This commit is contained in:
@ -89,8 +89,7 @@ public class ServerService {
|
||||
|
||||
CachedMinecraftServer server = new CachedMinecraftServer(
|
||||
key,
|
||||
platform.getPinger().ping(hostname, ip, port, records.toArray(new DNSRecord[0])),
|
||||
CacheInformation.defaultCache()
|
||||
platform.getPinger().ping(hostname, ip, port, records.toArray(new DNSRecord[0]))
|
||||
);
|
||||
|
||||
// Check if the server is blocked by Mojang
|
||||
|
Reference in New Issue
Block a user