This commit is contained in:
2024-10-03 17:14:49 +05:00
parent 6ea74b5ffc
commit c733675cbc
8 changed files with 24 additions and 380 deletions
+1
View File
@@ -205,6 +205,7 @@ async function checkActiveSessions() {
for (const activeSession of activeSessions) {
if (
!activeSession.endAt &&
!activeSession.connectedPlayersCount &&
differenceInMinutes(new Date(), activeSession.updatedAt) > 2
) {