Enable Xmas tree

This commit is contained in:
Roman Tsisyk 2024-12-23 17:16:15 +00:00
parent 22617fa964
commit c77e078014

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