diff --git a/Plan/common/src/main/java/com/djrapitops/plan/db/access/queries/ServerAggregateQueries.java b/Plan/common/src/main/java/com/djrapitops/plan/db/access/queries/ServerAggregateQueries.java index e5f3c610c..631c9da88 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/db/access/queries/ServerAggregateQueries.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/db/access/queries/ServerAggregateQueries.java @@ -183,6 +183,7 @@ public class ServerAggregateQueries { public static Query> networkGeolocationCounts() { String subQuery = "SELECT " + + GeoInfoTable.USER_UUID + ", " + GeoInfoTable.GEOLOCATION + ", " + GeoInfoTable.LAST_USED + ", " + "MAX(" + GeoInfoTable.LAST_USED + ") as m" + @@ -203,4 +204,4 @@ public class ServerAggregateQueries { } }; } -} \ No newline at end of file +}