upd
This commit is contained in:
@@ -205,6 +205,7 @@ async function checkActiveSessions() {
|
||||
|
||||
for (const activeSession of activeSessions) {
|
||||
if (
|
||||
!activeSession.endAt &&
|
||||
!activeSession.connectedPlayersCount &&
|
||||
differenceInMinutes(new Date(), activeSession.updatedAt) > 2
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user