fix/connections tracking

This commit is contained in:
SowinskiBraeden committed 2023-10-29 19:22:33 -07:00
1 parent c7552c463c
commit 7a324ce769
3 files changed
+4 -3

No files matched your search

+1
View File
@@ -35,6 +35,7 @@ module.exports = {
playerStat.lastConnectionDate = newDt;
playerStat.connected = true;
if (!client.exists(playerStat.connections)) playerStat.connections = 0;
playerStat.connections++;
// Track adjusted sessions this instance has handled (e.g. no bot crashes or restarts).