minor change

This commit is contained in:
Milo
2025-07-08 09:13:49 +02:00
parent 71d22458e6
commit 17e3980517

View File

@@ -4417,7 +4417,7 @@ async function checksAfterPokerAction(roomId) {
pokerRooms[roomId].current_player = getNextActivePlayer(pokerRooms[roomId])
}
pokerRooms[roomId].last_move_at = Date.now()
pokerRooms[roomId]?.last_move_at = Date.now()
io.emit('new-poker-room')
}