You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Geolocation tooltip on world map
- Lots of time amounts in Online overview, Playerbase overview, Session insights, Performance as Numbers
- Ping 'ms'
Copy file name to clipboardExpand all lines: Plan/common/src/main/java/com/djrapitops/plan/delivery/rendering/json/OnlineActivityOverviewJSONCreator.java
+17-21Lines changed: 17 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,6 @@ public class OnlineActivityOverviewJSONCreator implements ServerTabJSONCreator<M
Copy file name to clipboardExpand all lines: Plan/common/src/main/java/com/djrapitops/plan/delivery/rendering/json/network/NetworkPlayerBaseOverviewJSONCreator.java
+9-11Lines changed: 9 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,6 @@ public class NetworkPlayerBaseOverviewJSONCreator implements NetworkTabJSONCreat
45
45
privatefinalPlanConfigconfig;
46
46
privatefinalDBSystemdbSystem;
47
47
48
-
privatefinalFormatter<Long> timeAmount;
49
48
privatefinalFormatter<Double> percentage;
50
49
51
50
@Inject
@@ -57,7 +56,6 @@ public NetworkPlayerBaseOverviewJSONCreator(
Copy file name to clipboardExpand all lines: Plan/common/src/main/java/com/djrapitops/plan/delivery/rendering/json/network/NetworkSessionsOverviewJSONCreator.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,6 @@ public class NetworkSessionsOverviewJSONCreator implements NetworkTabJSONCreator
40
40
41
41
privatefinalDBSystemdbSystem;
42
42
43
-
privatefinalFormatter<Long> timeAmount;
44
43
privatefinalFormatter<Double> percentage;
45
44
46
45
@Inject
@@ -50,7 +49,6 @@ public NetworkSessionsOverviewJSONCreator(
0 commit comments