Enable Xmas tree #93

Merged
root merged 1 commit from rt-xmas into master 2024-12-23 17:19:01 +00:00

View file

@ -222,7 +222,7 @@ export async function getServersList(request: Request) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
response.settings = {
DonateUrl: DONATE_URL,
NY: 'false', // Must be `string` instead of `bool`, otherwise clients will crash
NY: 'true', // Must be `string` instead of `bool`, otherwise clients will crash
};
if (appVersion.code >= 241022) {
const locale = request.headers.get('accept-language');