Merge branch 'v29'

This commit is contained in:
evanpelle
2026-02-09 12:54:34 -08:00
6 changed files with 45 additions and 8 deletions
+1
View File
@@ -850,6 +850,7 @@ class Client {
"token-login",
"matchmaking-modal",
"lang-selector",
"gutter-ads",
].forEach((tag) => {
const modal = document.querySelector(tag) as HTMLElement & {
close?: () => void;