diff --git a/Plan/common/src/main/java/com/djrapitops/plan/gathering/geolocation/IP2CGeolocator.java b/Plan/common/src/main/java/com/djrapitops/plan/gathering/geolocation/IP2CGeolocator.java index 369a0c94e..77d70a8aa 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/gathering/geolocation/IP2CGeolocator.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/gathering/geolocation/IP2CGeolocator.java @@ -75,7 +75,6 @@ public class IP2CGeolocator implements Geolocator { HttpURLConnection connection = null; try { connection = (HttpURLConnection) new URL("http://ip2c.org/" + address).openConnection(); - connection.setDefaultUseCaches(false); connection.setUseCaches(false); connection.connect(); try (