mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-06 15:44:49 +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, Session> activeSessions = plugin.getDataCache().getActiveSessions();
|
||||||
Map<UUID, List<Session>> sessions = db.getSessionsTable().getAllSessions(true).get(Plan.getServerUUID());
|
Map<UUID, List<Session>> sessions = db.getSessionsTable().getAllSessions(true).get(Plan.getServerUUID());
|
||||||
joinInfo.addActiveSessions(activeSessions);
|
joinInfo.addActiveSessions(activeSessions);
|
||||||
|
if (sessions != null) {
|
||||||
joinInfo.addSessions(sessions);
|
joinInfo.addSessions(sessions);
|
||||||
|
}
|
||||||
|
|
||||||
analysisData.setPlayersTable(PlayersTableCreator.createTable(userInfo, joinInfo, geolocPart));
|
analysisData.setPlayersTable(PlayersTableCreator.createTable(userInfo, joinInfo, geolocPart));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user