mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
3.9.9 Dev Release
This commit is contained in:
parent
d325cf8125
commit
5e9624cba6
@ -279,7 +279,9 @@ public class Analysis {
|
||||
Map<UUID, Session> activeSessions = plugin.getDataCache().getActiveSessions();
|
||||
Map<UUID, List<Session>> sessions = db.getSessionsTable().getAllSessions(true).get(Plan.getServerUUID());
|
||||
joinInfo.addActiveSessions(activeSessions);
|
||||
if (sessions != null) {
|
||||
joinInfo.addSessions(sessions);
|
||||
}
|
||||
|
||||
analysisData.setPlayersTable(PlayersTableCreator.createTable(userInfo, joinInfo, geolocPart));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user