This commit is contained in:
milo
2025-07-09 21:27:15 +02:00
parent a65541da09
commit 187cf5190b

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')
}