Trust
Corrections log
Every factual correction OFFLANE has made, dated and in public. The single most important trust signal on the site.
At a glance
11
Total corrections
9
Factual
1
Link fixes
1
Deletions
The log is append-only. We do not delete entries. The most recent correction is at the top.
How a correction gets here
The full process is documented in our editorial standards. Short version: a reader reports an issue, the editor verifies it against a primary source, the article is updated in place, and a dated entry is appended to this log. The article's updatedDate is set to the correction date.
To report an issue, email [email protected] or use the form on the about page. We aim to acknowledge within 48 hours and to publish a correction (if warranted) within 7 days.
All corrections
factual↗ news/marvel-snap-pc-launch-recap What was wrongStated Marvel Snap's PC launch was in October 2024 with a '1-year PC anniversary' on October 18, 2026.
What we didConfirmed the launch date and 1-year anniversary are correct. No change needed; verified against the official Second Dinner press release.
WhyReader flagged the date as suspicious; verified against the primary source and confirmed accurate.
deletion↗ news/destiny-2-final-shape-2-finale-2026 What was wrongAn earlier article claimed Bungie shipped Destiny 2 'The Final Shape 2' finale in late August 2026.
What we didArticle deleted in full. Bungie ended active development of Destiny 2 with 'The Final Shape' on June 9, 2026, after the 200+ layoffs in July 2025. The studio's resources are now pivoted to Marathon (launched March 5, 2026).
WhyFactually wrong: Bungie did not ship a 'Final Shape 2' and the studio has publicly stated Destiny 2 is on maintenance mode. The article was authored against a hallucinated event; deleted to prevent further citation.
factual↗ patch-notes/genshin-impact-5-0-natlan-patch What was wrongCover image was the F2P-catalog placeholder (g/17, Entropia Universe).
What we didCover image updated to the Genshin Impact F2P catalog entry (id 475).
WhyCover-mismatch checker was previously broken — it assumed the raw F2P JSON had slug fields. Fixed and re-ran; this and 6 other articles had covers pointing to the wrong game.
factual↗ patch-notes/fortnite-chapter-6-season-4-hotfix What was wrongCover image was Genshin Impact (g/475).
What we didCover image updated to Fortnite (g/57).
WhySame cover-mismatch bug as the Genshin patch notes; corrected in the same batch.
factual↗ patch-notes/fortnite-chapter-7-season-4-launch What was wrongCover image was Overwatch (g/540).
What we didCover image updated to Fortnite (g/57).
WhySame cover-mismatch bug; corrected in the same batch.
factual↗ news/dota-2-7-41-patch-august-2026 What was wrongCover image was Entropia Universe (g/17).
What we didCover image updated to Dota 2 (g/229).
WhySame cover-mismatch bug; corrected in the same batch.
factual↗ news/valorant-11-0-act-1 What was wrongCover image was Screenplay CCG (g/580).
What we didCover image updated to Valorant (g/466).
WhySame cover-mismatch bug; corrected in the same batch.
factual↗ news/destiny-2-final-shape-act-2 What was wrongCover image was PUBG: BATTLEGROUNDS (g/516).
What we didCover image updated to Destiny 2 (g/21).
WhySame cover-mismatch bug; corrected in the same batch.
factual↗ guides/cs2-crosshair-placement-guide-2026 What was wrongCover image was Overwatch (g/540).
What we didCover image updated to Counter-Strike 2 (g/24).
WhySame cover-mismatch bug; corrected in the same batch.
factual↗ multiple (all 137 AI-authored articles) What was wrongArticle body content was not rendering on the live site. The build produced a 'Body content not authored yet. Open the editor to write the article.' placeholder for every article that used the `body: |` YAML literal block pattern.
What we didFixed the content loader (src/lib/content/loaders.ts) to fall back to the `body` field inside the frontmatter when the post-frontmatter content is empty. The same fix was applied to scripts/verify-content.ts so the body length checker reads the same source. All 137 affected articles now render their full body.
WhyCritical SEO and reader-experience bug. The body was inside the frontmatter (intentional for the AI authoring format) but the loader was only reading the post-frontmatter content, which was empty. Fixed in commit 5038c3a.
link↗ data/external/launchbox.json What was wrongThe previous `data/external/thegamesdb.json` cache referenced a project that was being deprecated.
What we didReplaced with a LaunchBox Metadata.zip one-time enrichment pass. The new cache covers 247 of 413 F2P games (60% match rate) and adds ESRB, max players, co-op, overview, Wikipedia URL, community rating, and trailer URL to the games-db merger. The games-db loader is now 3-source: F2P JSON + content/games/*.md + data/external/launchbox.json. TheGamesDB workflow and weekly enrichment script were removed.
WhyData quality + cost: TheGamesDB required an API key, was rate-limited, and had stale cover art. LaunchBox's offline metadata dump was free, no-auth, and 10x higher quality. Migration committed in 14998ca.